Use tab after #define.

Pointed out by:	pjd
This commit is contained in:
Konstantin Belousov 2006-12-14 14:18:42 +00:00
parent abfabbea13
commit 8fd1451133

View file

@ -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