commit | b74a2dba571d1c5a6127c683fb50923336d9c59f | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Jul 21 21:34:51 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Jul 21 21:34:51 2008 +0000 |
tree | bb80c6a3401e3e0094f8c0ea64f75cd8ca8ff5b1 | |
parent | 1d4cd606a1e3fbef038026c7aabe26e8fbf8ae43 [diff] [blame] |
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; }