Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Dec 1, 2016
1 parent 014aff7 commit 898ca57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgswmsserver.cpp
Expand Up @@ -2091,7 +2091,7 @@ int QgsWmsServer::configureMapRender( const QPaintDevice* paintDevice ) const
//map extent
bool bboxOk = true;
QgsRectangle mapExtent;
if( mParameters.contains( "BBOX" ) )
if ( mParameters.contains( "BBOX" ) )
{
mapExtent = _parseBBOX( mParameters.value( QStringLiteral( "BBOX" ), QStringLiteral( "0,0,0,0" ) ), bboxOk );
}
Expand Down

0 comments on commit 898ca57

Please sign in to comment.