another spaces->tabs thing but idk who did this so *shrug*

This commit is contained in:
AJ Kelly
2012-01-09 12:51:56 -06:00
parent ac49164f7e
commit 46524e1b20
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ static bool g_bIsMultipleInstance = false;
void InvalidParameterHandler( const wchar_t *szExpression, const wchar_t *szFunction, const wchar_t *szFile,
unsigned int iLine, uintptr_t pReserved )
{
FAIL_M( "Invalid parameter" ); //TODO: Make this more informative
FAIL_M( "Invalid parameter" ); //TODO: Make this more informative
}
#endif