r361708 - Add missing newline at end of file

Duncan P. N. Exon Smith via cfe-commits cfe-commits at lists.llvm.org
Sat May 25 15:38:02 PDT 2019


Author: dexonsmith
Date: Sat May 25 15:38:02 2019
New Revision: 361708

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

Modified:
    cfe/trunk/unittests/Tooling/Syntax/TokensTest.cpp

Modified: cfe/trunk/unittests/Tooling/Syntax/TokensTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/Syntax/TokensTest.cpp?rev=361708&r1=361707&r2=361708&view=diff
==============================================================================
--- cfe/trunk/unittests/Tooling/Syntax/TokensTest.cpp (original)
+++ cfe/trunk/unittests/Tooling/Syntax/TokensTest.cpp Sat May 25 15:38:02 2019
@@ -651,4 +651,4 @@ TEST_F(TokenBufferTest, TokensToFileRang
   // We don't test assertion failures because death tests are slow.
 }
 
-} // namespace
\ No newline at end of file
+} // namespace




More information about the cfe-commits mailing list