Skip to content

Commit

Permalink
Fix code styling
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 c51187a commit 644c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsrendercontext.h
Expand Up @@ -212,7 +212,7 @@ namespace QgsWms
* Returns the tile buffer in geographical units for the given map width in pixels.
* \since QGIS 3.10
*/
double mapTileBuffer(int mapWidth) const;
double mapTileBuffer( int mapWidth ) const;

/**
* Returns the size (in pixels) of the map to render, according to width
Expand Down

0 comments on commit 644c50f

Please sign in to comment.