From c73edc5d940bf3b6323499f20acdebd3650dc5d0 Mon Sep 17 00:00:00 2001 From: Alexandre Almeida Date: Wed, 5 Aug 2015 20:50:10 -0300 Subject: [PATCH] Adjust coding conventions --- src/core/Mixer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/Mixer.cpp b/src/core/Mixer.cpp index 10cd093c1..51d8e2666 100644 --- a/src/core/Mixer.cpp +++ b/src/core/Mixer.cpp @@ -85,13 +85,13 @@ Mixer::Mixer( bool renderOnly ) : // determine FIFO size and number of frames per period int fifoSize = 1; - if (!renderOnly) + if( renderOnly == false ) { m_framesPerPeriod = ( fpp_t ) ConfigManager::inst()-> value( "mixer", "framesperaudiobuffer" ).toInt(); - if (m_framesPerPeriod < 32) + if( m_framesPerPeriod < 32 ) { ConfigManager::inst()->setValue( "mixer", "framesperaudiobuffer",