[Lldb-commits] [lldb] r180242 - Fix one small whitespace alignment mistake.
Jason Molenda
jmolenda at apple.com
Wed Apr 24 18:33:46 PDT 2013
Author: jmolenda
Date: Wed Apr 24 20:33:46 2013
New Revision: 180242
URL: http://llvm.org/viewvc/llvm-project?rev=180242&view=rev
Log:
Fix one small whitespace alignment mistake.
Modified:
lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp?rev=180242&r1=180241&r2=180242&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp (original)
+++ lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Wed Apr 24 20:33:46 2013
@@ -1616,12 +1616,12 @@ ProcessGDBRemote::SetThreadStopInfo (Str
}
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())
{
More information about the lldb-commits
mailing list