summaryrefslogtreecommitdiff
path: root/boost/geometry/strategy/cartesian/area.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/strategy/cartesian/area.hpp')
-rw-r--r--boost/geometry/strategy/cartesian/area.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/strategy/cartesian/area.hpp b/boost/geometry/strategy/cartesian/area.hpp
index f17453fac5..a18a4f85ea 100644
--- a/boost/geometry/strategy/cartesian/area.hpp
+++ b/boost/geometry/strategy/cartesian/area.hpp
@@ -62,7 +62,7 @@ public :
CalculationType
>
{};
-
+
template <typename Geometry>
class state
{
@@ -70,7 +70,7 @@ public :
typedef typename result_type<Geometry>::type return_type;
- public:
+ public:
inline state()
: sum(0)
{