Skip to content

Commit 326a125

Browse files
committedApr 17, 2023
Indentation
1 parent be8f226 commit 326a125

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/core/qgstiles.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ double QgsTileMatrixSet::scaleForRenderContext( const QgsRenderContext &context
282282
double QgsTileMatrixSet::calculateTileScaleForMap( double actualMapScale, const QgsCoordinateReferenceSystem &mapCrs, const QgsRectangle &mapExtent, const QSize mapSize, const double mapDpi ) const
283283
{
284284
switch ( mScaleToTileZoomMethod )
285-
{ // cppcheck-suppress missingReturn
285+
// cppcheck-suppress missingReturn
286+
{
286287
case Qgis::ScaleToTileZoomLevelMethod::MapBox:
287288
return actualMapScale;
288289

0 commit comments

Comments
 (0)
Please sign in to comment.