summaryrefslogtreecommitdiffstats
path: root/tools/diagtool/DiagTool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/diagtool/DiagTool.h')
-rw-r--r--tools/diagtool/DiagTool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/diagtool/DiagTool.h b/tools/diagtool/DiagTool.h
index 04b926df3b..c1ae0e5427 100644
--- a/tools/diagtool/DiagTool.h
+++ b/tools/diagtool/DiagTool.h
@@ -54,7 +54,7 @@ public:
RegisterDiagTool() { diagTools->registerTool(new DIAGTOOL()); }
};
-} // end diagtool namespace
+} // namespace diagtool
#define DEF_DIAGTOOL(NAME, DESC, CLSNAME)\
namespace {\