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)
{