summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/CodeCompletionHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Lex/CodeCompletionHandler.h')
-rw-r--r--include/clang/Lex/CodeCompletionHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/CodeCompletionHandler.h b/include/clang/Lex/CodeCompletionHandler.h
index 67aedacdd1..91c3b7811f 100644
--- a/include/clang/Lex/CodeCompletionHandler.h
+++ b/include/clang/Lex/CodeCompletionHandler.h
@@ -66,6 +66,6 @@ public:
virtual void CodeCompleteNaturalLanguage() { }
};
-} // namespace clang
+}
#endif // LLVM_CLANG_LEX_CODECOMPLETIONHANDLER_H