Fix preprocessor warnings for no newline at the end of the source files.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141755 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/IRInterpreter.cpp b/source/Expression/IRInterpreter.cpp
index 6ae1841..bcf544e 100644
--- a/source/Expression/IRInterpreter.cpp
+++ b/source/Expression/IRInterpreter.cpp
@@ -1393,4 +1393,4 @@
         return false;
     
     return false; 
-}
\ No newline at end of file
+}