summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFunction.cpp
diff options
context:
space:
mode:
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