summaryrefslogtreecommitdiff
path: root/codemaker/source/cppumaker/dumputils.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/cppumaker/dumputils.cxx')
-rw-r--r--codemaker/source/cppumaker/dumputils.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/source/cppumaker/dumputils.cxx b/codemaker/source/cppumaker/dumputils.cxx
index ec4a586c4a17..1f993b3ef7d8 100644
--- a/codemaker/source/cppumaker/dumputils.cxx
+++ b/codemaker/source/cppumaker/dumputils.cxx
@@ -26,7 +26,7 @@
#include <sal/types.h>
-namespace codemaker { namespace cppumaker {
+namespace codemaker::cppumaker {
bool dumpNamespaceOpen(
FileStream & out, OUString const & entityName, bool fullModuleType)
@@ -73,6 +73,6 @@ void dumpTypeIdentifier(FileStream & out, OUString const & entityName) {
out << entityName.copy(entityName.lastIndexOf('.') + 1);
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */