aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/locale_independent_float.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/locale_independent_float.cpp')
-rw-r--r--src/utils/locale_independent_float.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/locale_independent_float.cpp b/src/utils/locale_independent_float.cpp
index 435ca404..90221b18 100644
--- a/src/utils/locale_independent_float.cpp
+++ b/src/utils/locale_independent_float.cpp
@@ -89,4 +89,4 @@ namespace usdx
*float_value = str_value;
return is;
}
-};
+}