[CMD]: Harmonize CMD's welcome versioning message format with the one used in the...
[reactos.git] / reactos / base / shell / cmd / cmd.c
index f735ff8..03d323a 100644 (file)
@@ -1745,8 +1745,8 @@ Initialize()
         /* If neither /C or /K was given, display a simple version string */
         ConOutChar(_T('\n'));
         ConOutResPrintf(STRING_REACTOS_VERSION,
-            _T(KERNEL_RELEASE_STR),
-            _T(KERNEL_VERSION_BUILD_STR));
+                        _T(KERNEL_RELEASE_STR),
+                        _T(KERNEL_VERSION_BUILD_STR));
         ConOutPuts(_T("(C) Copyright 1998-") _T(COPYRIGHT_YEAR) _T(" ReactOS Team.\n"));
     }