From 567b1546ac5446005757eaf3a2875a75648c8fc4 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Fri, 13 Jun 2014 02:44:21 +0000 Subject: [PATCH] whitespace cleanup llvm-svn: 210875 --- lldb/tools/debugserver/source/MacOSX/MachProcess.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lldb/tools/debugserver/source/MacOSX/MachProcess.h b/lldb/tools/debugserver/source/MacOSX/MachProcess.h index 9a64360..3cd60917 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 { -- 2.7.4