commit | 04ba2a8b752348b78aae7ff323ed05d210037628 | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Thu Apr 25 01:33:46 2013 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Thu Apr 25 01:33:46 2013 +0000 |
tree | eed85fe6c67147cd5cca65eae42a8bd8692366ca | |
parent | 2325022caf4afc1aba26f02d349d6bbf6c455f67 [diff] [blame] |
Fix one small whitespace alignment mistake. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180242 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 3c9a8d7..35e455d 100644 --- a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp +++ b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -1616,12 +1616,12 @@ } 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()) {