inetd: indent labels uniformly
This commit is contained in:
parent
7d10823f6a
commit
ce074df814
@ -534,7 +534,7 @@ static char *skip(char **cpp) /* int report; */
|
||||
return NULL;
|
||||
}
|
||||
|
||||
again:
|
||||
again:
|
||||
while (*cp == ' ' || *cp == '\t')
|
||||
cp++;
|
||||
if (*cp == '\0') {
|
||||
@ -1509,7 +1509,7 @@ int inetd_main(int argc, char *argv[])
|
||||
sigaction(SIGPIPE, &sapipe, NULL);
|
||||
execv(sep->se_server, sep->se_argv);
|
||||
bb_perror_msg("execv %s", sep->se_server);
|
||||
do_exit1:
|
||||
do_exit1:
|
||||
if (sep->se_socktype != SOCK_STREAM)
|
||||
recv(0, buf, sizeof(buf), 0);
|
||||
_exit(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user