Author: jmolenda
Date: Thu Jun 12 21:44:21 2014
New Revision: 210875

URL: http://llvm.org/viewvc/llvm-project?rev=210875&view=rev
Log:
whitespace cleanup

Modified:
    lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.h

Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.h?rev=210875&r1=210874&r2=210875&view=diff
==============================================================================
--- lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.h (original)
+++ lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.h Thu Jun 12 
21:44:21 2014
@@ -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
     {


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to