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;
 		}