Fix one small whitespace alignment mistake.

llvm-svn: 180242
This commit is contained in:
Jason Molenda 2013-04-25 01:33:46 +00:00
parent f0aa6c9101
commit 8214b01da2
1 changed files with 6 additions and 6 deletions

View File

@ -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())
{