[FREELDR]
[reactos.git] / reactos / boot / freeldr / freeldr / windows / setupldr.c
index 2dd80f3..c0f94b0 100644 (file)
@@ -193,7 +193,7 @@ LoadReactOSSetup(IN OperatingSystemItem* OperatingSystem,
         return;
     }
 
-    if (!InfGetDataField (&InfContext, 1, &LoadOptions))
+    if (!InfGetDataField(&InfContext, 1, &LoadOptions))
     {
         ERR("Failed to get load options\n");
         return;