[NET]: Whitespace fixes only.
[reactos.git] / reactos / base / applications / network / net / cmdAccounts.c
index 96e9477..792831d 100644 (file)
@@ -90,9 +90,9 @@ cmdAccounts(
             value = wcstoul(p, &endptr, 10);
             if (*endptr != 0)
             {
-                    ConResPrintf(StdErr, IDS_ERROR_INVALID_OPTION_VALUE, L"/MINPWLEN");
-                    result = 1;
-                    goto done;
+                ConResPrintf(StdErr, IDS_ERROR_INVALID_OPTION_VALUE, L"/MINPWLEN");
+                result = 1;
+                goto done;
             }
 
             Info0->usrmod0_min_passwd_len = value;