Whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2013-07-30 11:52:58 +02:00
parent bfa6ed1bf4
commit 982e87f2fb
12 changed files with 23 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ Solution #1: block until sending is done:
*/
struct linger {
int l_onoff; /* linger active */
int l_linger; /* how many seconds to linger for */
int l_linger; /* how many seconds to linger for */
} linger;
linger.l_onoff = 1;
linger.l_linger = SOME_NUM;