From 3e1a27a98110d31c42397562490150247dd7dc6a Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Sun, 16 Jan 2022 16:31:18 +0000 Subject: 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. --- dragonflybsd/ProcessField.h | 4 ++-- freebsd/ProcessField.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dragonflybsd/ProcessField.h b/dragonflybsd/ProcessField.h index 02b55685..1409675a 100644 --- a/dragonflybsd/ProcessField.h +++ b/dragonflybsd/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 diff --git a/freebsd/ProcessField.h b/freebsd/ProcessField.h index 5d985cfb..d20900d7 100644 --- a/freebsd/ProcessField.h +++ b/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, \ EMULATION = 102, \ \ DUMMY_BUMP_FIELD = CWD, \ -- cgit v1.2.3