Skip to content

Commit cf50d4f

Browse files
mhugentrldhont
authored andcommittedDec 12, 2016
Indentation
1 parent 3855115 commit cf50d4f

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
@@ -2082,7 +2082,7 @@ int QgsWMSServer::configureMapRender( const QPaintDevice* paintDevice ) const
20822082
//map extent
20832083
bool bboxOk = true;
20842084
QgsRectangle mapExtent;
2085-
if( mParameters.contains( "BBOX" ) )
2085+
if ( mParameters.contains( "BBOX" ) )
20862086
{
20872087
mapExtent = _parseBBOX( mParameters.value( "BBOX", "0,0,0,0" ), bboxOk );
20882088
}

0 commit comments

Comments
 (0)
Please sign in to comment.