Fixed indentation issues accidentally introduced

This commit is contained in:
Jonathan Berney
2014-10-07 19:56:33 -07:00
parent 218c10ef97
commit f9f486b812
+1 -1
View File
@@ -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),
m_pIOThread(NULL), m_pNotificationThread(NULL), m_Semaphore("Sound")
m_pIOThread(NULL), m_pNotificationThread(NULL), m_Semaphore("Sound")
{
}