mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove trailing spaces
This commit is contained in:
parent
b7f089e9f1
commit
e0769d2dff
1 changed files with 2 additions and 2 deletions
|
|
@ -1442,8 +1442,8 @@ nfs_timer(void *arg)
|
|||
nfs_softterm(rep);
|
||||
mtx_unlock(&rep->r_mtx);
|
||||
continue;
|
||||
}
|
||||
mtx_unlock(&rep->r_mtx);
|
||||
}
|
||||
mtx_unlock(&rep->r_mtx);
|
||||
}
|
||||
if (nfs_sigintr(nmp, rep, rep->r_td))
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue