Skip to content

v0.2.54..v0.2.55 changeset PointsToPolysConverter.h

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h b/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
index bee6f55..9ad9d4d 100644
--- a/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
+++ b/hoot-core/src/main/cpp/hoot/core/ops/PointsToPolysConverter.h
@@ -58,7 +58,8 @@ public:
   {
     return
       "Converted " + StringUtils::formatLargeNumber(_numAffected) + " / " +
-      StringUtils::formatLargeNumber(_numProcessed) + " non-child points to polygons."; }
+      StringUtils::formatLargeNumber(_numProcessed) + " non-child points to polygons.";
+  }
 
   virtual QString getDescription() const
   { return "Converts non-child points to rectangular polygons"; }
Clone this wiki locally