Update the default config to not ask stuff
[oweals/busybox.git] / libbb / parse_number.c
index 92ad6a21647f2cdd6f6d85d63ce423e3e4a7431f..5262239ff2f84198b171279118e94939a5f73e91 100644 (file)
@@ -34,7 +34,7 @@ unsigned long bb_xparse_number(const char *numstr,
        unsigned long int r;
        char *e;
        int old_errno;
-       
+
        /* Since this is a lib function, we're not allowed to reset errno to 0.
         * Doing so could break an app that is deferring checking of errno.
         * So, save the old value so that we can restore it if successful. */