whitespace fixes, no code changed

diff --git a/init/init.c b/init/init.c
index 9923558..d11d425 100644
--- a/init/init.c
+++ b/init/init.c
@@ -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;
 		}
diff --git a/libpwdgrp/uidgid_get.c b/libpwdgrp/uidgid_get.c
index dc7cc66..ebc7fc5 100644
--- a/libpwdgrp/uidgid_get.c
+++ b/libpwdgrp/uidgid_get.c
@@ -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: