diff options
author | Greg Clayton <gclayton@apple.com> | 2011-10-12 00:53:29 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-10-12 00:53:29 +0000 |
commit | d4e2552c737514efefcff650cd97670061a883fd (patch) | |
tree | 3e4dfb7c82aec5085710293bdecb6ac72e2f2b18 /lldb/source/API/SBData.cpp | |
parent | 7c8798baea6bc936720f9c975decb084346ba4eb (diff) | |
download | bcm5719-llvm-d4e2552c737514efefcff650cd97670061a883fd.tar.gz bcm5719-llvm-d4e2552c737514efefcff650cd97670061a883fd.zip |
Fix preprocessor warnings for no newline at the end of the source files.
llvm-svn: 141755
Diffstat (limited to 'lldb/source/API/SBData.cpp')
-rw-r--r-- | lldb/source/API/SBData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBData.cpp b/lldb/source/API/SBData.cpp index e3c1e43f25f..e5c29a9ea01 100644 --- a/lldb/source/API/SBData.cpp +++ b/lldb/source/API/SBData.cpp @@ -486,4 +486,4 @@ SBData::Append(const SBData& rhs) log->Printf ("SBData::Append (rhs=%p) => " "(%s)", rhs.get(), value ? "true" : "false"); return value; -}
\ No newline at end of file +} |