summaryrefslogtreecommitdiff
path: root/registry/tools/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/options.hxx')
-rw-r--r--registry/tools/options.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/registry/tools/options.hxx b/registry/tools/options.hxx
index a0ae71b499d9..6813d21fc930 100644
--- a/registry/tools/options.hxx
+++ b/registry/tools/options.hxx
@@ -23,9 +23,7 @@
#include <string>
#include <vector>
-namespace registry
-{
-namespace tools
+namespace registry::tools
{
class Options
{
@@ -52,8 +50,7 @@ protected:
virtual void printUsage_Impl() const = 0;
};
-} // namespace tools
-} // namespace registry
+} // namespace registry::tools
#endif /* INCLUDED_REGISTRY_TOOLS_OPTIONS_HXX */