summaryrefslogtreecommitdiff
path: root/icu4c/source/i18n/number_asformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'icu4c/source/i18n/number_asformat.h')
-rw-r--r--icu4c/source/i18n/number_asformat.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/icu4c/source/i18n/number_asformat.h b/icu4c/source/i18n/number_asformat.h
index f921b4294..f447e0c4b 100644
--- a/icu4c/source/i18n/number_asformat.h
+++ b/icu4c/source/i18n/number_asformat.h
@@ -18,8 +18,8 @@
#include "decNumber.h"
#include "charstr.h"
-U_NAMESPACE_BEGIN namespace number {
-namespace impl {
+U_NAMESPACE_BEGIN
+namespace number::impl {
/**
* A wrapper around LocalizedNumberFormatter implementing the Format interface, enabling improved
@@ -97,8 +97,7 @@ class U_I18N_API LocalizedNumberFormatterAsFormat : public Format {
Locale fLocale;
};
-} // namespace impl
-} // namespace number
+} // namespace number::impl
U_NAMESPACE_END
#endif // __NUMBER_ASFORMAT_H__