Author: hbelusca
Date: Sun Jun 30 23:58:48 2013
New Revision: 59404
URL:
http://svn.reactos.org/svn/reactos?rev=59404&view=rev
Log:
[CMD]
Fix whitespace
Modified:
trunk/reactos/base/shell/cmd/error.c
Modified: trunk/reactos/base/shell/cmd/error.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/error.c?rev…
==============================================================================
--- trunk/reactos/base/shell/cmd/error.c [iso-8859-1] (original)
+++ trunk/reactos/base/shell/cmd/error.c [iso-8859-1] Sun Jun 30 23:58:48 2013
@@ -37,9 +37,9 @@
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,