Fix spurious three-space indentation in a four-space indentation file.

This commit is contained in:
Juli Mallett 2002-09-29 00:20:28 +00:00
parent 7cfab3bb92
commit 40eecdba73

View file

@ -2707,7 +2707,7 @@ JobInterrupt(runINTERRUPT, signo)
aborting = ABORT_INTERRUPT;
(void) Lst_Open(jobs);
(void) Lst_Open(jobs);
while ((ln = Lst_Next(jobs)) != NULL) {
job = (Job *) Lst_Datum(ln);
@ -2748,7 +2748,7 @@ JobInterrupt(runINTERRUPT, signo)
}
#ifdef REMOTE
(void)Lst_Open(stoppedJobs);
(void)Lst_Open(stoppedJobs);
while ((ln = Lst_Next(stoppedJobs)) != NULL) {
job = (Job *) Lst_Datum(ln);