From 7b4e503cdc32eb7e8491f028d946f5528025ea7e Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 2 Aug 2009 20:06:26 +0000 Subject: [PATCH] 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 --- lib/VMCore/LLVMContextImpl.cpp | 1 - 1 file changed, 1 deletion(-) 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) { } - -- 2.34.1