commit | 141f8d98cb74262914d66a7af4732e8cb2d8699f | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Wed Oct 12 00:53:29 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Wed Oct 12 00:53:29 2011 +0000 |
tree | 5ad04c362ab4a41ee828375df6997a91bc6676a6 | |
parent | 16b53ab189392cb30056ce1bbc24202cb935bf15 [diff] [blame] |
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 +}