Fix whitespace

svn path=/trunk/; revision=59404
This commit is contained in:
Hermès Bélusca-Maïto 2013-06-30 23:58:48 +00:00
parent 0266397f1f
commit ce910f7e5f

View file

@ -37,9 +37,9 @@ VOID ErrorMessage (DWORD dwErrorCode, LPTSTR szFormat, ...)
if (szFormat)
{
va_start (arg_ptr, szFormat);
_vstprintf (szMessage, szFormat, arg_ptr);
va_end (arg_ptr);
va_start(arg_ptr, szFormat);
_vstprintf(szMessage, szFormat, arg_ptr);
va_end(arg_ptr);
}
if (FormatMessage (FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ALLOCATE_BUFFER,