[cfe-commits] r38657 - /cfe/cfe/trunk/include/clang/Lex/LexerToken.h

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:23:35 PDT 2007


Author: sabre
Date: Wed Jul 11 11:23:34 2007
New Revision: 38657

URL: http://llvm.org/viewvc/llvm-project?rev=38657&view=rev
Log:
Add newline at end of file

Modified:
    cfe/cfe/trunk/include/clang/Lex/LexerToken.h

Modified: cfe/cfe/trunk/include/clang/Lex/LexerToken.h
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/include/clang/Lex/LexerToken.h?rev=38657&r1=38656&r2=38657&view=diff

==============================================================================
--- cfe/cfe/trunk/include/clang/Lex/LexerToken.h (original)
+++ cfe/cfe/trunk/include/clang/Lex/LexerToken.h Wed Jul 11 11:23:34 2007
@@ -131,4 +131,4 @@
 }  // end namespace clang
 }  // end namespace llvm
 
-#endif
\ No newline at end of file
+#endif





More information about the cfe-commits mailing list