summaryrefslogtreecommitdiff
path: root/src/mbgl/text/get_anchors.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-02-20 16:20:04 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-03-02 14:36:30 -0800
commita7b7f3d44297608121dba975586e838f03b6c3c5 (patch)
treea042500a02ede843fc17b5c278ca3a6f7608876e /src/mbgl/text/get_anchors.hpp
parentc461dad5eecb17d963c5dcce5db9db28e74f0429 (diff)
downloadqtlocation-mapboxgl-a7b7f3d44297608121dba975586e838f03b6c3c5.tar.gz
[core] Fix whitespace; no need for explicit on multi-parameter constructors
Diffstat (limited to 'src/mbgl/text/get_anchors.hpp')
-rw-r--r--src/mbgl/text/get_anchors.hpp15
1 files changed, 11 insertions, 4 deletions
diff --git a/src/mbgl/text/get_anchors.hpp b/src/mbgl/text/get_anchors.hpp
index b61f8fe0dc..48f3013093 100644
--- a/src/mbgl/text/get_anchors.hpp
+++ b/src/mbgl/text/get_anchors.hpp
@@ -6,8 +6,15 @@
namespace mbgl {
-Anchors getAnchors(const GeometryCoordinates &line, float spacing,
- const float maxAngle, const float textLeft, const float textRight,
- const float iconLeft, const float iconRight,
- const float glyphSize, const float boxScale, const float overscaling);
+Anchors getAnchors(const GeometryCoordinates& line,
+ float spacing,
+ const float maxAngle,
+ const float textLeft,
+ const float textRight,
+ const float iconLeft,
+ const float iconRight,
+ const float glyphSize,
+ const float boxScale,
+ const float overscaling);
+
} // namespace mbgl