mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix spurious three-space indentation in a four-space indentation file.
This commit is contained in:
parent
7cfab3bb92
commit
40eecdba73
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue