diff options
| author | Jason Molenda <jmolenda@apple.com> | 2013-04-25 01:33:46 +0000 |
|---|---|---|
| committer | Jason Molenda <jmolenda@apple.com> | 2013-04-25 01:33:46 +0000 |
| commit | 8214b01da27b2f10c54c2c7bd82d5a7751e94624 (patch) | |
| tree | baa5d4c49176a78804d096c68151a4ddfc00de44 /lldb/source | |
| parent | f0aa6c910131e1102730403853909c7403bebf1f (diff) | |
| download | bcm5719-llvm-8214b01da27b2f10c54c2c7bd82d5a7751e94624.tar.gz bcm5719-llvm-8214b01da27b2f10c54c2c7bd82d5a7751e94624.zip | |
Fix one small whitespace alignment mistake.
llvm-svn: 180242
Diffstat (limited to 'lldb/source')
| -rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 3c9a8d76136..35e455d5f24 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp @@ -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()) { |

