mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Use tab after #define.
Pointed out by: pjd
This commit is contained in:
parent
abfabbea13
commit
8fd1451133
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue