summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2017-10-30 20:44:45 +0000
committerJim Ingham <jingham@apple.com>2017-10-30 20:44:45 +0000
commit205e5f656b2f279b74c1f47d56643624e46271b4 (patch)
treef3d787ab450767bfd1ca0fc53fff4b69ef4dd3cd
parent834b45129bb3e9cbaef97f1118819c523a6edc68 (diff)
downloadbcm5719-llvm-205e5f656b2f279b74c1f47d56643624e46271b4.tar.gz
bcm5719-llvm-205e5f656b2f279b74c1f47d56643624e46271b4.zip
Remove a stray space.
llvm-svn: 316954
-rw-r--r--lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
index 8973abe62f6..eacc98a0719 100644
--- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
+++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
@@ -234,7 +234,7 @@ Address *AppleObjCRuntime::GetPrintForDebuggerAddr() {
return m_PrintForDebugger_addr.get();
}
- bool AppleObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) {
+bool AppleObjCRuntime::CouldHaveDynamicValue(ValueObject &in_value) {
return in_value.GetCompilerType().IsPossibleDynamicType(
NULL,
false, // do not check C++
OpenPOWER on IntegriCloud