summaryrefslogtreecommitdiff
path: root/unodevtools/source/skeletonmaker/javatypemaker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unodevtools/source/skeletonmaker/javatypemaker.cxx')
-rw-r--r--unodevtools/source/skeletonmaker/javatypemaker.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/javatypemaker.cxx b/unodevtools/source/skeletonmaker/javatypemaker.cxx
index 4cf3fd677822..f88530ecb316 100644
--- a/unodevtools/source/skeletonmaker/javatypemaker.cxx
+++ b/unodevtools/source/skeletonmaker/javatypemaker.cxx
@@ -29,7 +29,7 @@
#include "skeletoncommon.hxx"
#include "skeletonjava.hxx"
-namespace skeletonmaker { namespace java {
+namespace skeletonmaker::java {
static void printType(
std::ostream & o, ProgramOptions const & options,
@@ -854,7 +854,7 @@ void generateDocumentation(std::ostream & o,
}
}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */