svn commit: trunk/busybox/libbb

vapier at busybox.net vapier at busybox.net
Wed Jun 7 20:03:14 UTC 2006


Author: vapier
Date: 2006-06-07 13:03:13 -0700 (Wed, 07 Jun 2006)
New Revision: 15321

Log:
whitespace

Modified:
   trunk/busybox/libbb/bb_xbind.c


Changeset:
Modified: trunk/busybox/libbb/bb_xbind.c
===================================================================
--- trunk/busybox/libbb/bb_xbind.c	2006-06-07 18:12:27 UTC (rev 15320)
+++ trunk/busybox/libbb/bb_xbind.c	2006-06-07 20:03:13 UTC (rev 15321)
@@ -6,6 +6,7 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include "libbb.h"
@@ -15,4 +16,3 @@
 	if (bind(sockfd, my_addr, addrlen))
 		bb_perror_msg_and_die("bind");
 }
-




More information about the busybox-cvs mailing list