From: Shantonu Sen Date: Wed, 5 May 2010 13:56:46 +0000 (+0000) Subject: Add newline to end of file to avoid warning X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d1dd5ed0ed9b4456c354fdd7b13eb14d6db7efa7;p=oota-llvm.git Add newline to end of file to avoid warning when building llvm with clang git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103084 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/ClangASTNodesEmitter.cpp b/utils/TableGen/ClangASTNodesEmitter.cpp index addc6ba0f93..d6d16a6cef3 100644 --- a/utils/TableGen/ClangASTNodesEmitter.cpp +++ b/utils/TableGen/ClangASTNodesEmitter.cpp @@ -123,4 +123,4 @@ void ClangStmtNodesEmitter::run(raw_ostream &OS) { OS << "#undef STMT\n"; OS << "#undef ABSTRACT\n"; -} \ No newline at end of file +}