whitespace fixes, no code changed

This commit is contained in:
Denis Vlasenko 2008-07-21 21:34:51 +00:00
parent 1d4cd606a1
commit b74a2dba57
2 changed files with 4 additions and 3 deletions

View File

@ -645,7 +645,8 @@ static void new_init_action(uint8_t action_type, const char *command, const char
/* 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;
}