Skip to content

v0.2.53..v0.2.54 changeset CreatorDescription.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.cpp b/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.cpp
index 548d507..eb69ac5 100644
--- a/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/info/CreatorDescription.cpp
@@ -126,7 +126,7 @@ CreatorDescription::BaseFeatureType CreatorDescription::stringToBaseFeatureType(
     return Unknown;
 }
 
-CreatorDescription::FeatureCalcType CreatorDescription::getFeatureCalcType (BaseFeatureType t)
+CreatorDescription::FeatureCalcType CreatorDescription::getFeatureCalcType(BaseFeatureType t)
 {
   switch (t)
   {
Clone this wiki locally