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/API/SBData.cpp b/source/API/SBData.cpp
index e3c1e43..e5c29a9 100644
--- a/source/API/SBData.cpp
+++ b/source/API/SBData.cpp
@@ -486,4 +486,4 @@
         log->Printf ("SBData::Append (rhs=%p) => "
                      "(%s)", rhs.get(), value ? "true" : "false");
     return value;
-}
\ No newline at end of file
+}