aboutsummaryrefslogtreecommitdiff
path: root/include/apos/nodes.h
diff options
context:
space:
mode:
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;