aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/nfsproto.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:25:39 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-09-01 21:25:39 +0000
commit7c8e2a57ddc4c00add6ba2468d9cdf85b77b4d5b (patch)
treeb38eb4dea606d5d6d9b53b4047fd2827c9de17f0 /sys/nfs/nfsproto.h
parent1060326fb64947686dc13e07af5d71b32cd8a88f (diff)
downloadsrc-7c8e2a57ddc4c00add6ba2468d9cdf85b77b4d5b.tar.gz
src-7c8e2a57ddc4c00add6ba2468d9cdf85b77b4d5b.zip
nfs: clean up empty lines in .c and .h files
Notes
Notes: svn path=/head/; revision=365082
Diffstat (limited to 'sys/nfs/nfsproto.h')
-rw-r--r--sys/nfs/nfsproto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h
index dfaf7689fae4..4f7f838d01d6 100644
--- a/sys/nfs/nfsproto.h
+++ b/sys/nfs/nfsproto.h
@@ -137,8 +137,6 @@
#define NFSERR_FILE_OPEN 10046
#define NFSERR_STALEWRITEVERF 30001 /* Fake return for nfs_commit() */
-
-
#define NFSERR_RETVOID 0x20000000 /* Return void, not error */
#define NFSERR_AUTHERR 0x40000000 /* Mark an authentication error */
#define NFSERR_RETERR 0x80000000 /* Mark an error return for V3 */