aboutsummaryrefslogtreecommitdiff
path: root/include/apos/nodes.h
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 /include/apos/nodes.h
parent38c7c94bcd131290dcbae110dfb33b0b78c99d90 (diff)
downloadkmi-d4c420689b1872f6fb22f421dfd27704ee94951a.tar.gz
kmi-d4c420689b1872f6fb22f421dfd27704ee94951a.zip
ran clang-format
Diffstat (limited to 'include/apos/nodes.h')
-rw-r--r--include/apos/nodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/nodes.h b/include/apos/nodes.h
index 0780f75..9cf6728 100644
--- a/include/apos/nodes.h
+++ b/include/apos/nodes.h
@@ -3,7 +3,7 @@
#include <apos/types.h>
-enum node_status { FREE = 0, USED = 1};
+enum node_status { FREE = 0, USED = 1 };
struct node_region {
size_t used_nodes;