From: Edward O'Callaghan Date: Sun, 2 Aug 2009 20:06:26 +0000 (+0000) Subject: One two many newlines at end of file LLVMContextImpl.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7b4e503cdc32eb7e8491f028d946f5528025ea7e;p=oota-llvm.git One two many newlines at end of file LLVMContextImpl.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77911 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/LLVMContextImpl.cpp b/lib/VMCore/LLVMContextImpl.cpp index fd7d241d06c..5216476fea6 100644 --- a/lib/VMCore/LLVMContextImpl.cpp +++ b/lib/VMCore/LLVMContextImpl.cpp @@ -21,4 +21,3 @@ using namespace llvm; LLVMContextImpl::LLVMContextImpl(LLVMContext &C) : Context(C), TheTrueVal(0), TheFalseVal(0) { } -