summaryrefslogtreecommitdiffstats
path: root/include/clang/Lex/TokenConcatenation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Lex/TokenConcatenation.h')
-rw-r--r--include/clang/Lex/TokenConcatenation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Lex/TokenConcatenation.h b/include/clang/Lex/TokenConcatenation.h
index 4f5771f6aa..a2d98b0d47 100644
--- a/include/clang/Lex/TokenConcatenation.h
+++ b/include/clang/Lex/TokenConcatenation.h
@@ -67,6 +67,6 @@ namespace clang {
/// is literally 'L', 'u', 'U', or 'u8'.
bool IsIdentifierStringPrefix(const Token &Tok) const;
};
- } // namespace clang
+ } // end clang namespace
#endif