- Merge from trunk up to r45543
[reactos.git] / dll / win32 / kernel32 / process / procsup.c
index 843dc1f..06b0747 100644 (file)
@@ -1177,7 +1177,7 @@ GetAppName:
                              hSection,
                              hDebug,
                              NULL);
-    if(!NT_SUCCESS(Status))
+    if (!NT_SUCCESS(Status))
     {
         DPRINT1("Unable to create process, status 0x%x\n", Status);
         SetLastErrorByStatus(Status);