Fixed indentation issues accidentally introduced
This commit is contained in:
@@ -41,7 +41,7 @@ static inline RString FourCCToString( uint32_t num )
|
|||||||
}
|
}
|
||||||
|
|
||||||
RageSoundDriver_AU::RageSoundDriver_AU() : m_OutputUnit(NULL), m_iSampleRate(0), m_bDone(false), m_bStarted(false),
|
RageSoundDriver_AU::RageSoundDriver_AU() : m_OutputUnit(NULL), m_iSampleRate(0), m_bDone(false), m_bStarted(false),
|
||||||
m_pIOThread(NULL), m_pNotificationThread(NULL), m_Semaphore("Sound")
|
m_pIOThread(NULL), m_pNotificationThread(NULL), m_Semaphore("Sound")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user