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