more correction for getopt_ulflags() documentation by author of this fuck logic
[oweals/busybox.git] / miscutils / watchdog.c
index b1167dc90c8a4eb2b4a36dafdc59ec3f00bc166f..276fadebdad9cb96c941da055441deea01c7d6c2 100644 (file)
@@ -67,7 +67,7 @@ extern int watchdog_main(int argc, char **argv)
        fd = bb_xopen(argv[argc - 1], O_WRONLY);
 
        while (1) {
-               /* 
+               /*
                 * Make sure we clear the counter before sleeping, as the counter value
                 * is undefined at this point -- PFM
                 */