whitespace cleanup
authorJason Molenda <jmolenda@apple.com>
Fri, 13 Jun 2014 02:44:21 +0000 (02:44 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 13 Jun 2014 02:44:21 +0000 (02:44 +0000)
llvm-svn: 210875

lldb/tools/debugserver/source/MacOSX/MachProcess.h

index 9a64360..3cd6091 100644 (file)
@@ -271,13 +271,13 @@ public:
 
     bool                    ProcessUsingSpringBoard() const { return (m_flags & eMachProcessFlagsUsingSBS) != 0; }
     bool                    ProcessUsingBackBoard() const { return (m_flags & eMachProcessFlagsUsingBKS) != 0; }
-    
+
     Genealogy::ThreadActivitySP GetGenealogyInfoForThread (nub_thread_t tid, bool &timed_out);
 
     Genealogy::ProcessExecutableInfoSP GetGenealogyImageInfo (size_t idx);
-    
+
     DNBProfileDataScanType  GetProfileScanType () { return m_profile_scan_type; }
-    
+
 private:
     enum
     {