summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/FormatClasses.cpp
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 /lldb/source/Core/FormatClasses.cpp
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
Diffstat (limited to 'lldb/source/Core/FormatClasses.cpp')
-rw-r--r--lldb/source/Core/FormatClasses.cpp2
1 files changed, 1 insertions, 1 deletions
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
+}
OpenPOWER on IntegriCloud