From 2bd0cd5d4e99448fa68bf0b05c7229541a9b2dea Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 25 Jan 2005 07:19:33 +0000 Subject: [PATCH] please attempt to follow the coding style of the rest of the project --- stepmania/src/StepsUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/StepsUtil.cpp b/stepmania/src/StepsUtil.cpp index fe4afa3f1e..cc5316f767 100644 --- a/stepmania/src/StepsUtil.cpp +++ b/stepmania/src/StepsUtil.cpp @@ -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 )