From 8ca7705aa3e5a2e0f39d00aaa170827369ec9784 Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Mon, 22 Jun 2015 23:07:51 +0000 Subject: Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240353 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/TokenConcatenation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/clang/Lex/TokenConcatenation.h') 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 -- cgit v1.2.3