File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3348,8 +3348,8 @@ lldb::ValueObjectSP ValueObject::CastToBasicType(CompilerType type) {
33483348 }
33493349
33503350 Status error = Status::FromErrorString (" Unable to perform requested cast" );
3351- return ValueObjectConstResult::Create (
3352- exe_ctx. GetBestExecutionContextScope (), error.Clone ());
3351+ return ValueObjectConstResult::Create (exe_ctx. GetBestExecutionContextScope (),
3352+ error.Clone ());
33533353}
33543354
33553355lldb::ValueObjectSP ValueObject::CastToEnumType (CompilerType type) {
@@ -3416,8 +3416,8 @@ lldb::ValueObjectSP ValueObject::CastToEnumType(CompilerType type) {
34163416 }
34173417 }
34183418 Status error = Status::FromErrorString (" Cannot perform requested cast" );
3419- return ValueObjectConstResult::Create (
3420- exe_ctx. GetBestExecutionContextScope (), error.Clone ());
3419+ return ValueObjectConstResult::Create (exe_ctx. GetBestExecutionContextScope (),
3420+ error.Clone ());
34213421}
34223422
34233423ValueObject::EvaluationPoint::EvaluationPoint () : m_mod_id(), m_exe_ctx_ref() {}
You can’t perform that action at this time.
0 commit comments