summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-04-25 01:33:46 +0000
committerJason Molenda <jmolenda@apple.com>2013-04-25 01:33:46 +0000
commit8214b01da27b2f10c54c2c7bd82d5a7751e94624 (patch)
treebaa5d4c49176a78804d096c68151a4ddfc00de44 /lldb/source/Plugins
parentf0aa6c910131e1102730403853909c7403bebf1f (diff)
downloadbcm5719-llvm-8214b01da27b2f10c54c2c7bd82d5a7751e94624.tar.gz
bcm5719-llvm-8214b01da27b2f10c54c2c7bd82d5a7751e94624.zip
Fix one small whitespace alignment mistake.
llvm-svn: 180242
Diffstat (limited to 'lldb/source/Plugins')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp12
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())
{
OpenPOWER on IntegriCloud