chore: auto-format with clang-format

This commit is contained in:
github-actions[bot]
2026-07-09 16:36:27 +00:00
parent 0e5e6ce7fa
commit 488cf0b8e4
+2 -2
View File
@@ -1,9 +1,9 @@
#include "heap.h"
#include <limits.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <limits.h>
#include <string.h>
#include "debug.h"