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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dragonflybsd') 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 -- cgit v1.2.3