Author: zec
Date: Fri Sep 18 09:03:23 2009
New Revision: 197306
URL: http://svn.freebsd.org/changeset/base/197306
Log:
Style fix - break too long a line in two.
Spotted by: bz
MFC after: 3 days
Modified:
head/sys/net/if_llatbl.c
Modified: head/sys/net/if_llatbl.c
==============================================================================
--- head/sys/net/if_llatbl.c Fri Sep 18 08:02:56 2009 (r197305)
+++ head/sys/net/if_llatbl.c Fri Sep 18 09:03:23 2009 (r197306)
@@ -377,5 +377,6 @@ vnet_lltable_init()
SLIST_INIT(&V_lltables);
}
-VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST,
vnet_lltable_init, NULL);
+VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST,
+ vnet_lltable_init, NULL);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"