summaryrefslogtreecommitdiff
path: root/codemaker/source/commoncpp/commoncpp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/source/commoncpp/commoncpp.cxx')
-rw-r--r--codemaker/source/commoncpp/commoncpp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/source/commoncpp/commoncpp.cxx b/codemaker/source/commoncpp/commoncpp.cxx
index 6774aedf4fba..b7eaac4ae59e 100644
--- a/codemaker/source/commoncpp/commoncpp.cxx
+++ b/codemaker/source/commoncpp/commoncpp.cxx
@@ -32,7 +32,7 @@
#include <vector>
-namespace codemaker { namespace cpp {
+namespace codemaker::cpp {
OString scopedCppName(OString const & type, bool ns_alias)
{
@@ -293,6 +293,6 @@ OString translateUnoToCppIdentifier(
}
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */