From: Edward O'Callaghan Date: Sun, 2 Aug 2009 19:38:12 +0000 (+0000) Subject: Fix no newline at end of LLVMContextImpl.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=079029b949700ca062f148fd6a17be5bc5c3eac6;p=oota-llvm.git Fix no newline at end of LLVMContextImpl.cpp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77907 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/LLVMContextImpl.cpp b/lib/VMCore/LLVMContextImpl.cpp index b29868ae480..fd7d241d06c 100644 --- a/lib/VMCore/LLVMContextImpl.cpp +++ b/lib/VMCore/LLVMContextImpl.cpp @@ -20,4 +20,5 @@ using namespace llvm; LLVMContextImpl::LLVMContextImpl(LLVMContext &C) : - Context(C), TheTrueVal(0), TheFalseVal(0) { } \ No newline at end of file + Context(C), TheTrueVal(0), TheFalseVal(0) { } +