From f005ddcd055a57b0521bc684b42baecbe98a7376 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Tue, 12 May 2009 19:54:44 +0000 Subject: [PATCH] code style --- src/channel.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/channel.cpp b/src/channel.cpp index 0e69e707..c004d51a 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -1100,17 +1100,17 @@ EPutDataStat CChannel::PutData ( const CVector& vecbyData, } } } - Mutex.unlock(); + } + Mutex.unlock(); - // actual initialization call has to be made - // outside the mutex region since it internally - // usees the same mutex, too - if ( bReinitializeIn ) - { - // re-initialize to new value - SetAudioBlockSizeAndComprIn ( - iNewAudioBlockSize, eNewAudComprType ); - } + // actual initialization call has to be made + // outside the mutex region since it internally + // usees the same mutex, too + if ( bReinitializeIn ) + { + // re-initialize to new value + SetAudioBlockSizeAndComprIn ( + iNewAudioBlockSize, eNewAudComprType ); } Mutex.lock();