slightly clean the whacked out formatting

This commit is contained in:
Eric Andersen 2004-04-13 19:25:57 +00:00
parent 625da9d61e
commit a4375047d3

View File

@ -95,10 +95,11 @@ int ipcalc_main(int argc, char **argv)
bb_applet_long_options = long_options;
mode = bb_getopt_ulflags(argc, argv,
#ifdef CONFIG_FEATURE_IPCALC_FANCY
"mbnphs");
"mbnphs"
#else
"mbn");
"mbn"
#endif
);
if (mode & (BROADCAST | NETWORK | NETPREFIX)) {
if (argc - optind > 2) {
bb_show_usage();