summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2014-06-13 02:44:21 +0000
committerJason Molenda <jmolenda@apple.com>2014-06-13 02:44:21 +0000
commit567b1546ac5446005757eaf3a2875a75648c8fc4 (patch)
treee67c10590605609be10dadcd397aa257584d0b02
parent705b1809641ba3e102d437cffff29bfe2b611cab (diff)
downloadbcm5719-llvm-567b1546ac5446005757eaf3a2875a75648c8fc4.tar.gz
bcm5719-llvm-567b1546ac5446005757eaf3a2875a75648c8fc4.zip
whitespace cleanup
llvm-svn: 210875
-rw-r--r--lldb/tools/debugserver/source/MacOSX/MachProcess.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/MachProcess.h b/lldb/tools/debugserver/source/MacOSX/MachProcess.h
index 9a643603f57..3cd60917f15 100644
--- a/lldb/tools/debugserver/source/MacOSX/MachProcess.h
+++ b/lldb/tools/debugserver/source/MacOSX/MachProcess.h
@@ -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
{
OpenPOWER on IntegriCloud