forked from OSchip/llvm-project
Fix one small whitespace alignment mistake.
llvm-svn: 180242
This commit is contained in:
parent
f0aa6c9101
commit
8214b01da2
|
@ -1616,12 +1616,12 @@ ProcessGDBRemote::SetThreadStopInfo (StringExtractor& stop_packet)
|
|||
}
|
||||
if (!handled)
|
||||
gdb_thread->SetStopInfo (StopInfo::CreateStopReasonWithSignal (*thread_sp, signo));
|
||||
}
|
||||
else
|
||||
{
|
||||
StopInfoSP invalid_stop_info_sp;
|
||||
gdb_thread->SetStopInfo (invalid_stop_info_sp);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
StopInfoSP invalid_stop_info_sp;
|
||||
gdb_thread->SetStopInfo (invalid_stop_info_sp);
|
||||
}
|
||||
|
||||
if (!description.empty())
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue