Remove unneeded \ at the end of a macro.

Obtained from:	Apple Inc.
MFC after:	3 days
This commit is contained in:
Robert Watson 2008-07-22 17:08:27 +00:00
parent 3c4636a7d4
commit 1814e5b748
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180712

View File

@ -230,7 +230,7 @@ kau_free(struct au_record *rec)
tok = au_to_arg32(argn, "process", ar->ar_arg_pid); \
kau_write(rec, tok); \
} \
} while (0) \
} while (0)
#define EXTATTR_TOKENS do { \
if (ARG_IS_VALID(kar, ARG_VALUE)) { \