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 | |
| 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')
| -rw-r--r-- | lldb/source/API/SBData.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Core/DataExtractor.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Core/FormatClasses.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Core/FormatManager.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Expression/IRInterpreter.cpp | 2 | ||||
| -rw-r--r-- | lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h | 2 |
6 files changed, 6 insertions, 6 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 +} diff --git a/lldb/source/Core/DataExtractor.cpp b/lldb/source/Core/DataExtractor.cpp index 4d5ac71a1b4..c0f6dff5ef9 100644 --- a/lldb/source/Core/DataExtractor.cpp +++ b/lldb/source/Core/DataExtractor.cpp @@ -1899,4 +1899,4 @@ DataExtractor::Append(void* buf, uint32_t length) SetData(buffer_sp); return true; -}
\ No newline at end of file +} diff --git a/lldb/source/Core/FormatClasses.cpp b/lldb/source/Core/FormatClasses.cpp index b0c58ac3770..abfb7fdd553 100644 --- a/lldb/source/Core/FormatClasses.cpp +++ b/lldb/source/Core/FormatClasses.cpp @@ -306,4 +306,4 @@ SyntheticArrayView::FrontEnd::GetIndexOfChildWithName (const ConstString &name_c if (index < 0) return UINT32_MAX; return index; -}
\ No newline at end of file +} diff --git a/lldb/source/Core/FormatManager.cpp b/lldb/source/Core/FormatManager.cpp index 1321998ff22..6e83deaf87b 100644 --- a/lldb/source/Core/FormatManager.cpp +++ b/lldb/source/Core/FormatManager.cpp @@ -615,4 +615,4 @@ FormatManager::FormatManager() : EnableCategory(m_gnu_cpp_category_name); EnableCategory(m_default_category_name); -}
\ No newline at end of file +} diff --git a/lldb/source/Expression/IRInterpreter.cpp b/lldb/source/Expression/IRInterpreter.cpp index 6ae1841c087..bcf544e1717 100644 --- a/lldb/source/Expression/IRInterpreter.cpp +++ b/lldb/source/Expression/IRInterpreter.cpp @@ -1393,4 +1393,4 @@ IRInterpreter::runOnFunction (lldb::ClangExpressionVariableSP &result, return false; return false; -}
\ No newline at end of file +} diff --git a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h index 84e8dfdddce..83f0e017ca4 100644 --- a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h +++ b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h @@ -87,4 +87,4 @@ protected: }; -#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_
\ No newline at end of file +#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_ |

