summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-10-12 00:53:29 +0000
committerGreg Clayton <gclayton@apple.com>2011-10-12 00:53:29 +0000
commitd4e2552c737514efefcff650cd97670061a883fd (patch)
tree3e4dfb7c82aec5085710293bdecb6ac72e2f2b18
parent7c8798baea6bc936720f9c975decb084346ba4eb (diff)
downloadbcm5719-llvm-d4e2552c737514efefcff650cd97670061a883fd.tar.gz
bcm5719-llvm-d4e2552c737514efefcff650cd97670061a883fd.zip
Fix preprocessor warnings for no newline at the end of the source files.
llvm-svn: 141755
-rw-r--r--lldb/include/lldb/Core/MappedHash.h2
-rw-r--r--lldb/source/API/SBData.cpp2
-rw-r--r--lldb/source/Core/DataExtractor.cpp2
-rw-r--r--lldb/source/Core/FormatClasses.cpp2
-rw-r--r--lldb/source/Core/FormatManager.cpp2
-rw-r--r--lldb/source/Expression/IRInterpreter.cpp2
-rw-r--r--lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/lldb/include/lldb/Core/MappedHash.h b/lldb/include/lldb/Core/MappedHash.h
index 21223fa7f27..6c4249ca2ec 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 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_
OpenPOWER on IntegriCloud