diff options
Diffstat (limited to 'clang/tools/diagtool/DiagTool.h')
-rw-r--r-- | clang/tools/diagtool/DiagTool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/diagtool/DiagTool.h b/clang/tools/diagtool/DiagTool.h index 04b926df3b6..c1ae0e54279 100644 --- a/clang/tools/diagtool/DiagTool.h +++ b/clang/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 {\ |