more correction for getopt_ulflags() documentation by author of this fuck logic
[oweals/busybox.git] / miscutils / mt.c
index e7995455291d733c077409642fee73300e78fa13..b0cdaccb9cc80bb021b252dd7e433ca8ede3c3d5 100644 (file)
@@ -57,7 +57,7 @@ extern int mt_main(int argc, char **argv)
        struct mtop op;
        struct mtpos position;
        int fd, mode;
-       
+
        if (argc < 2) {
                bb_show_usage();
        }