Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Dec 10, 2015
1 parent f27e6c2 commit c9645e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/qgswmsserver.cpp
Expand Up @@ -782,11 +782,11 @@ QImage* QgsWMSServer::getLegendGraphics()
}
}
}

// Checks showFeatureCount parameter
bool showFeatureCount = false;
if ( mParameters.contains( "SHOWFEATURECOUNT" ) )
showFeatureCount = QVariant(mParameters[ "SHOWFEATURECOUNT" ]).toBool();
showFeatureCount = QVariant( mParameters[ "SHOWFEATURECOUNT" ] ).toBool();

// Create the layer tree root
QgsLayerTreeGroup rootGroup;
Expand Down

0 comments on commit c9645e4

Please sign in to comment.