whitespace cleanup

llvm-svn: 210875
This commit is contained in:
Jason Molenda 2014-06-13 02:44:21 +00:00
parent 705b180964
commit 567b1546ac
1 changed files with 3 additions and 3 deletions

View 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
{