From 59887a3f4bc40667964e224d77f83e4551d03baf Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 3 Jun 2014 04:18:49 +0200 Subject: Removing tabs. --- includes/TaskMan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/TaskMan.h') diff --git a/includes/TaskMan.h b/includes/TaskMan.h index e187a56..eae78b9 100644 --- a/includes/TaskMan.h +++ b/includes/TaskMan.h @@ -88,9 +88,9 @@ class TaskMan { template friend T * createAsyncOp(T * op); #ifdef _MSC_VER - typedef stdext::hash_set taskHash_t; + typedef stdext::hash_set taskHash_t; #else - struct taskHasher { size_t operator()(const Task * t) const { return reinterpret_cast(t); } }; + struct taskHasher { size_t operator()(const Task * t) const { return reinterpret_cast(t); } }; typedef gnu::hash_set taskHash_t; #endif taskHash_t m_tasks, m_signaledTasks; -- cgit v1.2.3