summaryrefslogtreecommitdiff
path: root/kernel/lib/stack.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-02-21 00:14:29 +0100
committerAnton Kling <anton@kling.gg>2024-02-21 00:14:29 +0100
commit8ff63b062d724826d8017504063df9b92f8e6703 (patch)
tree03bf0b5a278a4908da8912f956e5651bea9412f1 /kernel/lib/stack.h
parenta85eacdd2406fede4d6ff5cb130b1758978cabb3 (diff)
New clang-format options
Diffstat (limited to 'kernel/lib/stack.h')
-rw-r--r--kernel/lib/stack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/lib/stack.h b/kernel/lib/stack.h
index e514a04..efb9cb1 100644
--- a/kernel/lib/stack.h
+++ b/kernel/lib/stack.h
@@ -1,7 +1,7 @@
#include <stdint.h>
-//struct entry;
-//struct stack;
+// struct entry;
+// struct stack;
struct entry {
void *ptr;