Skip to content

Commit 898ca57

Browse files
committedDec 1, 2016
Indentation
1 parent 014aff7 commit 898ca57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgswmsserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ int QgsWmsServer::configureMapRender( const QPaintDevice* paintDevice ) const
20912091
//map extent
20922092
bool bboxOk = true;
20932093
QgsRectangle mapExtent;
2094-
if( mParameters.contains( "BBOX" ) )
2094+
if ( mParameters.contains( "BBOX" ) )
20952095
{
20962096
mapExtent = _parseBBOX( mParameters.value( QStringLiteral( "BBOX" ), QStringLiteral( "0,0,0,0" ) ), bboxOk );
20972097
}

0 commit comments

Comments
 (0)
Please sign in to comment.