aboutsummaryrefslogtreecommitdiff
path: root/common/tcb.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-04-23 20:59:23 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-04-23 21:10:44 +0300
commitd4c420689b1872f6fb22f421dfd27704ee94951a (patch)
treec3b1921c7bb1035edb7211e4547d3088dac80778 /common/tcb.c
parent38c7c94bcd131290dcbae110dfb33b0b78c99d90 (diff)
downloadkmi-d4c420689b1872f6fb22f421dfd27704ee94951a.tar.gz
kmi-d4c420689b1872f6fb22f421dfd27704ee94951a.zip
ran clang-format
Diffstat (limited to 'common/tcb.c')
-rw-r--r--common/tcb.c2
1 files changed, 1 insertions, 1 deletions
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()
{