please attempt to follow the coding style of the rest of the project

This commit is contained in:
Glenn Maynard
2005-01-25 07:19:33 +00:00
parent 642d71640a
commit 2bd0cd5d4e
+1 -1
View File
@@ -169,7 +169,7 @@ Steps *StepsID::ToSteps( const Song *p, bool bAllowNull, bool bUseCache ) const
ret = p->GetSteps( st, dc, -1, -1, "", 0, true );
}
if( ( !bAllowNull ) && ( ret == NULL ) )
if( !bAllowNull && ret == NULL )
FAIL_M( ssprintf("%i, %i, \"%s\"", st, dc, sDescription.c_str()) );
if( bUseCache )