whitespace fixes, no code changed
This commit is contained in:
parent
1d4cd606a1
commit
b74a2dba57
@ -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,
|
/* don't enter action if it's already in the list,
|
||||||
* but do overwrite existing actions */
|
* but do overwrite existing actions */
|
||||||
if ((strcmp(a->command, command) == 0)
|
if ((strcmp(a->command, command) == 0)
|
||||||
&& (strcmp(a->terminal, cons) == 0)) {
|
&& (strcmp(a->terminal, cons) == 0)
|
||||||
|
) {
|
||||||
a->action_type = action_type;
|
a->action_type = action_type;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -78,8 +78,8 @@ int FAST_FUNC get_uidgid(struct bb_uidgid_t *u, const char *ug, int numeric_ok)
|
|||||||
}
|
}
|
||||||
void FAST_FUNC xget_uidgid(struct bb_uidgid_t *u, const char *ug)
|
void FAST_FUNC xget_uidgid(struct bb_uidgid_t *u, const char *ug)
|
||||||
{
|
{
|
||||||
if (!get_uidgid(u, ug, 1))
|
if (!get_uidgid(u, ug, 1))
|
||||||
bb_error_msg_and_die("unknown user/group %s", ug);
|
bb_error_msg_and_die("unknown user/group %s", ug);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* chown-like:
|
/* chown-like:
|
||||||
|
Loading…
Reference in New Issue
Block a user