Remove a stray space.
authorJim Ingham <jingham@apple.com>
Mon, 30 Oct 2017 20:44:45 +0000 (20:44 +0000)
committerJim Ingham <jingham@apple.com>
Mon, 30 Oct 2017 20:44:45 +0000 (20:44 +0000)
llvm-svn: 316954

lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp

index 8973abe..eacc98a 100644 (file)
@@ -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++