Remove trailing spaces

This commit is contained in:
Konstantin Belousov 2009-04-13 19:54:33 +00:00
parent b7f089e9f1
commit e0769d2dff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191013

View File

@ -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;