Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 17, 2023
1 parent be8f226 commit 326a125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgstiles.cpp
Expand Up @@ -282,7 +282,8 @@ double QgsTileMatrixSet::scaleForRenderContext( const QgsRenderContext &context
double QgsTileMatrixSet::calculateTileScaleForMap( double actualMapScale, const QgsCoordinateReferenceSystem &mapCrs, const QgsRectangle &mapExtent, const QSize mapSize, const double mapDpi ) const
{
switch ( mScaleToTileZoomMethod )
{ // cppcheck-suppress missingReturn
// cppcheck-suppress missingReturn
{
case Qgis::ScaleToTileZoomLevelMethod::MapBox:
return actualMapScale;

Expand Down

0 comments on commit 326a125

Please sign in to comment.