]> granicus.if.org Git - clang/commitdiff
Add newline at the end of file, to silence compiler warning.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 08:12:48 +0000 (08:12 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 20 Oct 2008 08:12:48 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57818 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/RewriteTest.cpp

index 5af4d0e3958d4f673bf5e31f934338e68637e922..1d0c6f9e9c0dca67c36ba2f2cad62852133d2c10 100644 (file)
@@ -37,4 +37,4 @@ void clang::DoRewriteTest(Preprocessor &PP, const std::string &InFileName,
   for (TokenRewriter::token_iterator I = Rewriter.token_begin(),
        E = Rewriter.token_end(); I != E; ++I)
     std::cout << PP.getSpelling(*I);
-}
\ No newline at end of file
+}