summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-04-13 19:54:33 +0000
committerkib <kib@FreeBSD.org>2009-04-13 19:54:33 +0000
commitbcd3ca9aed0c2a97260e1c0325b87de24b8ca667 (patch)
treed9dc8be88eb76e05c76a074b85a3b3a400b8b405 /sys/nfsclient
parente3bf6fb1d2329b1d984d2446c014799665985bec (diff)
downloadFreeBSD-src-bcd3ca9aed0c2a97260e1c0325b87de24b8ca667.zip
FreeBSD-src-bcd3ca9aed0c2a97260e1c0325b87de24b8ca667.tar.gz
Remove trailing spaces
Diffstat (limited to 'sys/nfsclient')
-rw-r--r--sys/nfsclient/nfs_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c
index 8057604..42ef655 100644
--- a/sys/nfsclient/nfs_socket.c
+++ b/sys/nfsclient/nfs_socket.c
@@ -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;
OpenPOWER on IntegriCloud