Fix no newline at end of LLVMContextImpl.cpp
authorEdward O'Callaghan <eocallaghan@auroraux.org>
Sun, 2 Aug 2009 19:38:12 +0000 (19:38 +0000)
committerEdward O'Callaghan <eocallaghan@auroraux.org>
Sun, 2 Aug 2009 19:38:12 +0000 (19:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77907 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/LLVMContextImpl.cpp

index b29868ae480d182c35c8a0b70a9b7332bba5be87..fd7d241d06c689456824194df4444cef35895d24 100644 (file)
@@ -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) { }
+