mirror of https://github.com/xzeldon/htop.git
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:
parent
9512fd7930
commit
3e1a27a981
|
@ -9,8 +9,8 @@ in the source distribution for its full text.
|
||||||
|
|
||||||
|
|
||||||
#define PLATFORM_PROCESS_FIELDS \
|
#define PLATFORM_PROCESS_FIELDS \
|
||||||
JID = 100, \
|
JID = 100, \
|
||||||
JAIL = 101, \
|
JAIL = 101, \
|
||||||
\
|
\
|
||||||
DUMMY_BUMP_FIELD = CWD, \
|
DUMMY_BUMP_FIELD = CWD, \
|
||||||
// End of list
|
// End of list
|
||||||
|
|
|
@ -9,8 +9,8 @@ in the source distribution for its full text.
|
||||||
|
|
||||||
|
|
||||||
#define PLATFORM_PROCESS_FIELDS \
|
#define PLATFORM_PROCESS_FIELDS \
|
||||||
JID = 100, \
|
JID = 100, \
|
||||||
JAIL = 101, \
|
JAIL = 101, \
|
||||||
EMULATION = 102, \
|
EMULATION = 102, \
|
||||||
\
|
\
|
||||||
DUMMY_BUMP_FIELD = CWD, \
|
DUMMY_BUMP_FIELD = CWD, \
|
||||||
|
|
Loading…
Reference in New Issue