svn commit: trunk/busybox: init libpwdgrp

vda at busybox.net vda at busybox.net
Mon Jul 21 21:34:52 UTC 2008


Author: vda
Date: 2008-07-21 14:34:51 -0700 (Mon, 21 Jul 2008)
New Revision: 22906

Log:
whitespace fixes, no code changed



Modified:
   trunk/busybox/init/init.c
   trunk/busybox/libpwdgrp/uidgid_get.c


Changeset:
Modified: trunk/busybox/init/init.c
===================================================================
--- trunk/busybox/init/init.c	2008-07-21 15:29:36 UTC (rev 22905)
+++ trunk/busybox/init/init.c	2008-07-21 21:34:51 UTC (rev 22906)
@@ -645,7 +645,8 @@
 		/* don't enter action if it's already in the list,
 		 * but do overwrite existing actions */
 		if ((strcmp(a->command, command) == 0)
-			&& (strcmp(a->terminal, cons) == 0)) {
+		 && (strcmp(a->terminal, cons) == 0)
+		) {
 			a->action_type = action_type;
 			return;
 		}

Modified: trunk/busybox/libpwdgrp/uidgid_get.c
===================================================================
--- trunk/busybox/libpwdgrp/uidgid_get.c	2008-07-21 15:29:36 UTC (rev 22905)
+++ trunk/busybox/libpwdgrp/uidgid_get.c	2008-07-21 21:34:51 UTC (rev 22906)
@@ -78,8 +78,8 @@
 }
 void FAST_FUNC xget_uidgid(struct bb_uidgid_t *u, const char *ug)
 {
-    if (!get_uidgid(u, ug, 1))
-	bb_error_msg_and_die("unknown user/group %s", ug);
+	if (!get_uidgid(u, ug, 1))
+		bb_error_msg_and_die("unknown user/group %s", ug);
 }
 
 /* chown-like:




More information about the busybox-cvs mailing list