summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-17 16:54:14 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-17 16:54:14 +0100
commitbf6a6001f9e82abd3aac25d8b7d3e559b0c98bd8 (patch)
tree93710be51b2d239410d31a4618a4a2d8d8c68b83 /include
parent1f2c71ec8bc3b228db2d90751a5bae4e269e1dd4 (diff)
downloadqtlocation-mapboxgl-bf6a6001f9e82abd3aac25d8b7d3e559b0c98bd8.tar.gz
format fixes
Diffstat (limited to 'include')
-rw-r--r--include/llmr/text/collision.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llmr/text/collision.hpp b/include/llmr/text/collision.hpp
index d207a08668..a4932ca4b5 100644
--- a/include/llmr/text/collision.hpp
+++ b/include/llmr/text/collision.hpp
@@ -60,8 +60,8 @@ class Collision {
Collision();
Placement place(const GlyphBoxes &boxes, const CollisionAnchor &anchor,
- float minPlacementScale, float maxPlacementScale, float padding,
- bool horizontal);
+ float minPlacementScale, float maxPlacementScale,
+ float padding, bool horizontal);
float getPlacementScale(const GlyphBoxes &glyphs, float minPlacementScale,
float maxPlacementScale, float pad);
PlacementRange getPlacementRange(const GlyphBoxes &glyphs,