Cleanup patch from Tito.
[oweals/busybox.git] / debianutils / mktemp.c
index ecc985fb2336b3cc2d3675000d2d4d5360f0f0d7..9fdf79bfa1220127d5dc8be38647b3ae11dbd965 100644 (file)
@@ -40,7 +40,7 @@ extern int mktemp_main(int argc, char **argv)
                }
                else if (opt != 'q') {
                        bb_show_usage();
-               } 
+               }
        }
 
        if (optind + 1 != argc) {