mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Further minor white space tweaks.
Obtained from: Apple Inc. MFC after: 3 days
This commit is contained in:
parent
fc1286c81d
commit
3c4636a7d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180711
@ -200,7 +200,7 @@ kau_free(struct au_record *rec)
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#define FD_VNODE1_TOKENS do { \
|
||||
#define FD_VNODE1_TOKENS do { \
|
||||
if (ARG_IS_VALID(kar, ARG_VNODE1)) { \
|
||||
if (ARG_IS_VALID(kar, ARG_FD)) { \
|
||||
tok = au_to_arg32(1, "fd", ar->ar_arg_fd); \
|
||||
@ -232,7 +232,7 @@ kau_free(struct au_record *rec)
|
||||
} \
|
||||
} while (0) \
|
||||
|
||||
#define EXTATTR_TOKENS do { \
|
||||
#define EXTATTR_TOKENS do { \
|
||||
if (ARG_IS_VALID(kar, ARG_VALUE)) { \
|
||||
switch (ar->ar_arg_value) { \
|
||||
case EXTATTR_NAMESPACE_USER: \
|
||||
|
Loading…
Reference in New Issue
Block a user