Add newline at the end of file, to silence compiler warning.

llvm-svn: 57818
This commit is contained in:
Matthijs Kooijman 2008-10-20 08:12:48 +00:00
parent 2dfde91064
commit 1f7fac0da4
1 changed files with 1 additions and 1 deletions

View 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);
}
}