Skip to content

Commit c9645e4

Browse files
committedDec 10, 2015
indentation fix
1 parent f27e6c2 commit c9645e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/server/qgswmsserver.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,11 +782,11 @@ QImage* QgsWMSServer::getLegendGraphics()
782782
}
783783
}
784784
}
785-
785+
786786
// Checks showFeatureCount parameter
787787
bool showFeatureCount = false;
788788
if ( mParameters.contains( "SHOWFEATURECOUNT" ) )
789-
showFeatureCount = QVariant(mParameters[ "SHOWFEATURECOUNT" ]).toBool();
789+
showFeatureCount = QVariant( mParameters[ "SHOWFEATURECOUNT" ] ).toBool();
790790

791791
// Create the layer tree root
792792
QgsLayerTreeGroup rootGroup;

0 commit comments

Comments
 (0)
Please sign in to comment.