summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-11-13 11:29:03 -0800
committerChris Loer <chris.loer@mapbox.com>2017-11-13 13:37:45 -0800
commit5b0482a7c48be4478683fffca627c8bb9ae12ac2 (patch)
tree07f9b0559a386c9e10b754f563c4ca1578ac1238
parentb24c5748125935d24ea2446f76f8430b05a8eeac (diff)
downloadqtlocation-mapboxgl-5b0482a7c48be4478683fffca627c8bb9ae12ac2.tar.gz
Space after comma.
-rw-r--r--src/mbgl/layout/symbol_projection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/layout/symbol_projection.cpp b/src/mbgl/layout/symbol_projection.cpp
index b8c399d857..ee6385c93c 100644
--- a/src/mbgl/layout/symbol_projection.cpp
+++ b/src/mbgl/layout/symbol_projection.cpp
@@ -294,7 +294,7 @@ namespace mbgl {
std::vector<PlacedGlyph> placedGlyphs;
if (symbol.glyphOffsets.size() > 1) {
- const optional<std::pair<PlacedGlyph,PlacedGlyph>> firstAndLastGlyph =
+ const optional<std::pair<PlacedGlyph, PlacedGlyph>> firstAndLastGlyph =
placeFirstAndLastGlyph(fontScale, lineOffsetX, lineOffsetY, flip, projectedAnchorPoint, symbol.anchorPoint, symbol, labelPlaneMatrix, false);
if (!firstAndLastGlyph) {
return PlacementResult::NotEnoughRoom;