summaryrefslogtreecommitdiff
path: root/icu4c/source/i18n/numparse_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'icu4c/source/i18n/numparse_types.h')
-rw-r--r--icu4c/source/i18n/numparse_types.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/icu4c/source/i18n/numparse_types.h b/icu4c/source/i18n/numparse_types.h
index 8e881793f..d5a53379b 100644
--- a/icu4c/source/i18n/numparse_types.h
+++ b/icu4c/source/i18n/numparse_types.h
@@ -12,8 +12,7 @@
#include "string_segment.h"
U_NAMESPACE_BEGIN
-namespace numparse {
-namespace impl {
+namespace numparse::impl {
// Forward-declarations
class ParsedNumber;
@@ -263,9 +262,7 @@ class U_I18N_API MutableMatcherCollection {
virtual void addMatcher(NumberParseMatcher& matcher) = 0;
};
-
-} // namespace impl
-} // namespace numparse
+} // namespace numparse::impl
U_NAMESPACE_END
#endif //__NUMPARSE_TYPES_H__