traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / modutils / modprobe.c
index 0d65d5f19997940dcf8ff7db52421b1b16402879..ca85ee76ba55ceb317b2b5a89a753da7fe85f260 100644 (file)
@@ -373,7 +373,7 @@ int modprobe_main(int argc UNUSED_PARAM, char **argv)
                         * "If name is NULL, all unused modules marked
                         * autoclean will be removed".
                         */
-                       if (bb_delete_module(NULL, O_NONBLOCK|O_EXCL) != 0)
+                       if (bb_delete_module(NULL, O_NONBLOCK | O_EXCL) != 0)
                                bb_perror_msg_and_die("rmmod");
                }
                return EXIT_SUCCESS;