update for HEAD-2003091401
[reactos.git] / subsys / system / usetup / format.c
index 2339ed7..f3657d0 100755 (executable)
@@ -41,13 +41,13 @@ FormatPartition(PUNICODE_STRING DriveRoot)
 
   VfatInitialize();
 
-  Status = VfatFormat(DriveRoot,
-       0,    // MediaFlag
-       NULL, // Label
-       TRUE, // QuickFormat
-       0,    // ClusterSize
-       NULL); // Callback
-  DPRINT("VfatFormat() status 0x%.08x\n", Status);
+  Status = VfatFormat (DriveRoot,
+                      0,    // MediaFlag
+                      NULL, // Label
+                      TRUE, // QuickFormat
+                      0,    // ClusterSize
+                      NULL); // Callback
+  DPRINT1("VfatFormat() status 0x%.08x\n", Status);
 
   VfatCleanup();