Fix no newline at end of LLVMContextImpl.cpp

llvm-svn: 77907
This commit is contained in:
Edward O'Callaghan 2009-08-02 19:38:12 +00:00
parent fe8f36d66b
commit 51bfa293c8

View File

@ -20,4 +20,5 @@
using namespace llvm;
LLVMContextImpl::LLVMContextImpl(LLVMContext &C) :
Context(C), TheTrueVal(0), TheFalseVal(0) { }
Context(C), TheTrueVal(0), TheFalseVal(0) { }