aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/vnode.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2006-12-14 14:18:42 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2006-12-14 14:18:42 +0000
commit8fd14511334f792448b830f338dcb7c39f8699e9 (patch)
tree22253223b4a3aa81b80f6025738be08ab07597c7 /sys/sys/vnode.h
parentabfabbea13ae552632414b0569ea1bb3082506e4 (diff)
downloadsrc-8fd14511334f792448b830f338dcb7c39f8699e9.tar.gz
src-8fd14511334f792448b830f338dcb7c39f8699e9.zip
Use tab after #define.
Pointed out by: pjd
Notes
Notes: svn path=/head/; revision=165210
Diffstat (limited to 'sys/sys/vnode.h')
-rw-r--r--sys/sys/vnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index 4495155c5146..8ae6fef455f7 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -254,7 +254,7 @@ struct xvnode {
#define VV_PROCDEP 0x0100 /* vnode is process dependent */
#define VV_NOKNOTE 0x0200 /* don't activate knotes on this vnode */
#define VV_DELETED 0x0400 /* should be removed */
-#define VV_MD 0x0800 /* vnode backs the md device */
+#define VV_MD 0x0800 /* vnode backs the md device */
/*
* Vnode attributes. A field value of VNOVAL represents a field whose value