From 3931b802f1b8b890a615e5b2a4c0ed70407468d7 Mon Sep 17 00:00:00 2001 From: Paradox Date: Tue, 17 Feb 2009 20:10:49 -0600 Subject: Yet more tabs to spaces --HG-- branch : trunk --- dep/src/zthread/Semaphore.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dep/src/zthread/Semaphore.cxx') diff --git a/dep/src/zthread/Semaphore.cxx b/dep/src/zthread/Semaphore.cxx index b9fb8d0f613..f15254eb7ee 100644 --- a/dep/src/zthread/Semaphore.cxx +++ b/dep/src/zthread/Semaphore.cxx @@ -32,9 +32,9 @@ namespace ZThread { * @param maxCount maximum size of the semaphore count */ Semaphore::Semaphore(int count, unsigned int maxCount) { - + _impl = new FifoSemaphoreImpl(count, maxCount, true); - + } Semaphore::~Semaphore() { -- cgit v1.2.3