diff options
author | kib <kib@FreeBSD.org> | 2006-12-14 14:18:42 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2006-12-14 14:18:42 +0000 |
commit | 688cd7e5655b2ed2ff18f19906a15e3fe244e533 (patch) | |
tree | 22253223b4a3aa81b80f6025738be08ab07597c7 | |
parent | 5748ac99092bb10bd20bbd6e8f57cec3b928d670 (diff) | |
download | FreeBSD-src-688cd7e5655b2ed2ff18f19906a15e3fe244e533.zip FreeBSD-src-688cd7e5655b2ed2ff18f19906a15e3fe244e533.tar.gz |
Use tab after #define.
Pointed out by: pjd
-rw-r--r-- | sys/sys/vnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 4495155..8ae6fef 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 |