From d4c420689b1872f6fb22f421dfd27704ee94951a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 23 Apr 2022 20:59:23 +0300 Subject: ran clang-format --- common/tcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/tcb.c') diff --git a/common/tcb.c b/common/tcb.c index 4a69df6..5d6b8a2 100644 --- a/common/tcb.c +++ b/common/tcb.c @@ -15,7 +15,7 @@ static struct tcb **tcbs; /* if we ever support systems with massive amounts of cpus, this should probably * be allocated at runtime */ -static struct tcb *cpu_tcb[MAX_CPUS] = {0}; +static struct tcb *cpu_tcb[MAX_CPUS] = { 0 }; void init_tcbs() { -- cgit v1.3