mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
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:
@ -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, \
|
||||
|
Reference in New Issue
Block a user