tree: reformat

Done automatically by clang-format
This commit is contained in:
Jeremy Baxter 2024-03-12 12:21:39 +13:00
parent 669eb3fd28
commit 30a1097bb0
8 changed files with 311 additions and 278 deletions

View file

@ -19,7 +19,7 @@
#include "util.h"
#define PID_MAX 8 /* rounded to the nearest even number */
#define PID_MAX 8 /* rounded to the nearest even number */
#define PROCESS_MAX 256
/* clang-format off */