From 1330a02df4e0eaa9bdfb8ab841e5dd2130132093 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 9 Feb 2009 13:23:10 -0800 Subject: whitespace fix --- lib/if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/if.c') diff --git a/lib/if.c b/lib/if.c index f15242a2..19daf75b 100644 --- a/lib/if.c +++ b/lib/if.c @@ -135,7 +135,7 @@ if_create (const char *name, int namelen) ifp->connected = list_new (); ifp->connected->del = (void (*) (void *)) connected_free; - + if (if_master.if_new_hook) (*if_master.if_new_hook) (ifp); -- cgit v1.2.3