Browse Source

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 years ago
parent
commit
5a18a355ed
1 changed files with 1 additions and 1 deletions
  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.
 }
 
-} // namespace
+} // namespace