summaryrefslogtreecommitdiff
path: root/registry/tools/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/options.cxx')
-rw-r--r--registry/tools/options.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/registry/tools/options.cxx b/registry/tools/options.cxx
index e9b9c23950bf..81d1131f75c2 100644
--- a/registry/tools/options.cxx
+++ b/registry/tools/options.cxx
@@ -23,9 +23,7 @@
#include <stdio.h>
-namespace registry
-{
-namespace tools
+namespace registry::tools
{
Options::Options (char const * program)
@@ -141,7 +139,6 @@ bool Options::printUsage() const
return false;
}
-} // namespace tools
-} // namespace registry
+} // namespace registry::tools
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */