diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 04:55:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-10-14 04:55:59 +0000 |
commit | 3f5fdc7572d932f33f81029956b87230c9b05182 (patch) | |
tree | 13e8b0c3dc4c11fe0ac09affef497075177cd648 /ipsvd | |
parent | be039374f3bd1c76535387ac4d079506804be270 (diff) | |
download | busybox-3f5fdc7572d932f33f81029956b87230c9b05182.tar.gz |
remove trailing whitespace
Diffstat (limited to 'ipsvd')
-rw-r--r-- | ipsvd/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsvd/tcpudp.c b/ipsvd/tcpudp.c index 98b075ff1..fc29274d2 100644 --- a/ipsvd/tcpudp.c +++ b/ipsvd/tcpudp.c @@ -45,7 +45,7 @@ struct globals { unsigned max_per_host; unsigned cur_per_host; unsigned cnum; - unsigned cmax; + unsigned cmax; }; #define G (*(struct globals*)&bb_common_bufsiz1) #define verbose (G.verbose ) |