summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_common.h
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-02-09 23:40:07 +0000
committermarius <marius@FreeBSD.org>2010-02-09 23:40:07 +0000
commit8c1dfdc492d1c6bd09a599013e66bb05a06a1d5c (patch)
tree39817c67e9a89042761d4ba212a375b4bdc47929 /sys/nfs/nfs_common.h
parent7b5cc4e51b57df31f63a8d802fe6c25ad3461194 (diff)
downloadFreeBSD-src-8c1dfdc492d1c6bd09a599013e66bb05a06a1d5c.zip
FreeBSD-src-8c1dfdc492d1c6bd09a599013e66bb05a06a1d5c.tar.gz
Some style(9) fixes
Diffstat (limited to 'sys/nfs/nfs_common.h')
-rw-r--r--sys/nfs/nfs_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h
index 7c06130..9ad1c11 100644
--- a/sys/nfs/nfs_common.h
+++ b/sys/nfs/nfs_common.h
@@ -33,7 +33,6 @@
* $FreeBSD$
*/
-
#ifndef _NFS_NFS_COMMON_H_
#define _NFS_NFS_COMMON_H_
@@ -86,7 +85,7 @@ do { \
goto nfsmout; \
} \
} while (0)
-
+
#define nfsm_dissect(c, s) \
({ \
void *ret; \
OpenPOWER on IntegriCloud