Replace spaces with tab

This commit is contained in:
wongcc966422
2014-02-01 14:50:10 +08:00
parent 7d96a2d533
commit 9b2d620dc8

View File

@@ -50,7 +50,7 @@ PeakController::PeakController( Model * _parent,
m_peakEffect( _peak_effect )
{
if( m_peakEffect )
{
{
connect( m_peakEffect, SIGNAL( destroyed( ) ),
this, SLOT( handleDestroyedEffect( ) ) );
}