Fix formatting of #includes

This commit is contained in:
2026-01-28 12:36:48 +01:00
parent 468345b44b
commit a3b29d6652
13 changed files with 24 additions and 13 deletions
+2
View File
@@ -1,8 +1,10 @@
#if defined(MAIN_SIMULATION) || defined(MAIN_TEST)
#define QUAKEY_ENABLE_MOCKS
#endif
#include <stdint.h>
#include <quakey.h>
#include "hash_set.h"
void hash_set_init(HashSet *set)