From 6b404431aa7adea24120894d59daeebc5cbe9727 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 7 Jan 2008 16:13:14 +0000 Subject: ps: fix build breakage from vda's recent commit *: whitespace fixes --- networking/ping.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'networking/ping.c') diff --git a/networking/ping.c b/networking/ping.c index 0de1b33f7..0b33abf9a 100644 --- a/networking/ping.c +++ b/networking/ping.c @@ -277,8 +277,8 @@ struct globals { #define rcvd_tbl (G.rcvd_tbl ) void BUG_ping_globals_too_big(void); #define INIT_G() do { \ - if (sizeof(G) > COMMON_BUFSIZE) \ - BUG_ping_globals_too_big(); \ + if (sizeof(G) > COMMON_BUFSIZE) \ + BUG_ping_globals_too_big(); \ pingsock = -1; \ tmin = UINT_MAX; \ } while (0) -- cgit v1.2.3-55-g6feb