Skip to content

Commit

Permalink
Reformat mapTileBuffer signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Éric Lemoine authored and mbernasocchi committed Jul 25, 2019
1 parent d69b0a1 commit 020402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrendercontext.cpp
Expand Up @@ -649,7 +649,7 @@ bool QgsWmsRenderContext::isValidWidthHeight() const
return true;
}

double QgsWmsRenderContext::mapTileBuffer(int mapWidth) const
double QgsWmsRenderContext::mapTileBuffer( int mapWidth ) const
{
double buffer;
if ( mFlags & UseTileBuffer )
Expand Down

0 comments on commit 020402b

Please sign in to comment.