network "default" --> bb_INET_default. Reduce 2 exported from find applet
[oweals/busybox.git] / networking / libiproute / ip_parse_common_args.c
index 1f3d739337f779654b33be53584fae55f37e1c0c..a76df48e03ddb609cb3c107ed9dd732785408a16 100644 (file)
@@ -47,7 +47,7 @@ void ip_parse_common_args(int *argcp, char ***argvp)
                if (matches(opt, "-family") == 0) {
                        argc--;
                        argv++;
-                       if (! argv[1]) 
+                       if (! argv[1])
                            bb_show_usage();
                        if (strcmp(argv[1], "inet") == 0)
                                preferred_family = AF_INET;