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-w32-3f5fdc7572d932f33f81029956b87230c9b05182.tar.gz busybox-w32-3f5fdc7572d932f33f81029956b87230c9b05182.tar.bz2 busybox-w32-3f5fdc7572d932f33f81029956b87230c9b05182.zip |
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 { | |||
45 | unsigned max_per_host; | 45 | unsigned max_per_host; |
46 | unsigned cur_per_host; | 46 | unsigned cur_per_host; |
47 | unsigned cnum; | 47 | unsigned cnum; |
48 | unsigned cmax; | 48 | unsigned cmax; |
49 | }; | 49 | }; |
50 | #define G (*(struct globals*)&bb_common_bufsiz1) | 50 | #define G (*(struct globals*)&bb_common_bufsiz1) |
51 | #define verbose (G.verbose ) | 51 | #define verbose (G.verbose ) |