Remove a stray space.

llvm-svn: 316954
This commit is contained in:
Jim Ingham 2017-10-30 20:44:45 +00:00
parent 834b45129b
commit 205e5f656b
1 changed files with 1 additions and 1 deletions

View 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++