summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFunction.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-09-20 16:21:41 +0000
committerCaroline Tice <ctice@apple.com>2010-09-20 16:21:41 +0000
commit201a88591d2bb27d2d4b38e356254d413eff60e0 (patch)
treed8ab3e031b35d92ba5d0b8ab777d8e32a9113f96 /lldb/source/API/SBFunction.cpp
parentdde9cff32aee03e98a5ed91fc8425f241058c771 (diff)
downloadbcm5719-llvm-201a88591d2bb27d2d4b38e356254d413eff60e0.tar.gz
bcm5719-llvm-201a88591d2bb27d2d4b38e356254d413eff60e0.zip
Fix indentations.
llvm-svn: 114326
Diffstat (limited to 'lldb/source/API/SBFunction.cpp')
-rw-r--r--lldb/source/API/SBFunction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/API/SBFunction.cpp b/lldb/source/API/SBFunction.cpp
index 210340ef249..4c5f64e23ca 100644
--- a/lldb/source/API/SBFunction.cpp
+++ b/lldb/source/API/SBFunction.cpp
@@ -72,7 +72,7 @@ SBFunction::GetDescription (SBStream &description)
m_opaque_ptr->Dump (description.get(), false);
}
else
- description.Printf ("No value");
+ description.Printf ("No value");
return true;
}
OpenPOWER on IntegriCloud