From d4e2552c737514efefcff650cd97670061a883fd Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Wed, 12 Oct 2011 00:53:29 +0000 Subject: [PATCH] Fix preprocessor warnings for no newline at the end of the source files. llvm-svn: 141755 --- lldb/include/lldb/Core/MappedHash.h | 2 +- lldb/source/API/SBData.cpp | 2 +- lldb/source/Core/DataExtractor.cpp | 2 +- lldb/source/Core/FormatClasses.cpp | 2 +- lldb/source/Core/FormatManager.cpp | 2 +- lldb/source/Expression/IRInterpreter.cpp | 2 +- .../OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lldb/include/lldb/Core/MappedHash.h b/lldb/include/lldb/Core/MappedHash.h index 21223fa7f27e..6c4249ca2ec6 100644 --- a/lldb/include/lldb/Core/MappedHash.h +++ b/lldb/include/lldb/Core/MappedHash.h @@ -519,4 +519,4 @@ public: }; -#endif // #ifndef liblldb_MappedHash_h_ \ No newline at end of file +#endif // #ifndef liblldb_MappedHash_h_ diff --git a/lldb/source/API/SBData.cpp b/lldb/source/API/SBData.cpp index e3c1e43f25fa..e5c29a9ea019 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 4d5ac71a1b4e..c0f6dff5ef90 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 b0c58ac37709..abfb7fdd553c 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 1321998ff22a..6e83deaf87b0 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 6ae1841c0878..bcf544e17171 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 84e8dfdddcea..83f0e017ca4d 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_