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.
main
Jessica Clarke 4 years ago committed by BenBE
parent 9512fd7930
commit 3e1a27a981
  1. 4
      dragonflybsd/ProcessField.h
  2. 4
      freebsd/ProcessField.h

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

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

Loading…
Cancel
Save