diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
commit | 6967578728a3eef43b7b2be4080dafc1b87f528d (patch) | |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 /networking/nc.c | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff) | |
download | busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.bz2 busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/nc.c')
-rw-r--r-- | networking/nc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nc.c b/networking/nc.c index 1b32e3aa3..0c843a686 100644 --- a/networking/nc.c +++ b/networking/nc.c | |||
@@ -120,7 +120,7 @@ int nc_main(int argc, char **argv) | |||
120 | /* getopt32 is _almost_ usable: | 120 | /* getopt32 is _almost_ usable: |
121 | ** it cannot handle "... -e PROG -prog-opt" */ | 121 | ** it cannot handle "... -e PROG -prog-opt" */ |
122 | while ((opt = getopt(argc, argv, | 122 | while ((opt = getopt(argc, argv, |
123 | "" IF_NC_SERVER("lp:") IF_NC_EXTRA("w:i:f:e:") )) > 0 | 123 | "" IF_NC_SERVER("lp:") IF_NC_EXTRA("w:i:f:e:") )) > 0 |
124 | ) { | 124 | ) { |
125 | if (ENABLE_NC_SERVER && opt == 'l') | 125 | if (ENABLE_NC_SERVER && opt == 'l') |
126 | IF_NC_SERVER(do_listen++); | 126 | IF_NC_SERVER(do_listen++); |