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

@ -1458,10 +1458,9 @@ static int busy_loop(FILE * input)
int inbg; int inbg;
int status; int status;
#ifdef CONFIG_LASH_JOB_CONTROL #ifdef CONFIG_LASH_JOB_CONTROL
pid_t parent_pgrp; pid_t parent_pgrp;
/* save current owner of TTY so we can restore it on exit */
/* save current owner of TTY so we can restore it on exit */ parent_pgrp = tcgetpgrp(shell_terminal);
parent_pgrp = tcgetpgrp(shell_terminal);
#endif #endif
newjob.job_list = &job_list; newjob.job_list = &job_list;
newjob.job_context = DEFAULT_CONTEXT; newjob.job_context = DEFAULT_CONTEXT;