freebsd/dragonfly: Stop aligning equals signs in PLATFORM_PROCESS_FIELDS

ProcessField doesn't do this, nor does any other OS, and it just makes
it more annoying to add a new field.
This commit is contained in:
Jessica Clarke 2022-01-16 16:31:18 +00:00 committed by BenBE
parent 9512fd7930
commit 3e1a27a981
2 changed files with 4 additions and 4 deletions

View File

@ -9,8 +9,8 @@ in the source distribution for its full text.
#define PLATFORM_PROCESS_FIELDS \
JID = 100, \
JAIL = 101, \
JID = 100, \
JAIL = 101, \
\
DUMMY_BUMP_FIELD = CWD, \
// End of list

View File

@ -9,8 +9,8 @@ in the source distribution for its full text.
#define PLATFORM_PROCESS_FIELDS \
JID = 100, \
JAIL = 101, \
JID = 100, \
JAIL = 101, \
EMULATION = 102, \
\
DUMMY_BUMP_FIELD = CWD, \