From d4c420689b1872f6fb22f421dfd27704ee94951a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 23 Apr 2022 20:59:23 +0300 Subject: ran clang-format --- include/apos/nodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/nodes.h') 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 -enum node_status { FREE = 0, USED = 1}; +enum node_status { FREE = 0, USED = 1 }; struct node_region { size_t used_nodes; -- cgit v1.3