Indent the frames in the "thread.GetStatus" frame listing.  Also put the same space after each thread listing for "thread backtrace all" as "thread backtrace 1 3 5"

git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136052 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectThread.cpp b/source/Commands/CommandObjectThread.cpp
index c8dd1a1..612e162 100644
--- a/source/Commands/CommandObjectThread.cpp
+++ b/source/Commands/CommandObjectThread.cpp
@@ -196,6 +196,10 @@
                     result.SetStatus (eReturnStatusFailed);
                     return false;
                 }
+                
+                if (i < num_threads - 1)
+                    result.AppendMessage("");
+                    
             }
         }
         else