Sfoglia il codice sorgente

Add missing newline at end of file

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361708 91177308-0d34-0410-b5e6-96231b3b80d8
Duncan P. N. Exon Smith 6 anni fa
parent
commit
5a18a355ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      unittests/Tooling/Syntax/TokensTest.cpp

+ 1 - 1
unittests/Tooling/Syntax/TokensTest.cpp

@@ -651,4 +651,4 @@ TEST_F(TokenBufferTest, TokensToFileRange) {
   // We don't test assertion failures because death tests are slow.
   // We don't test assertion failures because death tests are slow.
 }
 }
 
 
-} // namespace
+} // namespace