Fix some goofy formatting

This commit is contained in:
Eric Andersen 2004-03-12 22:08:42 +00:00
parent 3cac0c7d7f
commit d20d37559f

View File

@ -1459,7 +1459,6 @@ static int busy_loop(FILE * input)
int status;
#ifdef CONFIG_LASH_JOB_CONTROL
pid_t parent_pgrp;
/* save current owner of TTY so we can restore it on exit */
parent_pgrp = tcgetpgrp(shell_terminal);
#endif