style and consistency improved

This commit is contained in:
2026-09-03 21:13:45 -05:00
parent 8b2a2e8f65
commit 9c583ff0f6
8 changed files with 572 additions and 571 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
#include <stdint.h>
#include "libkeke_symbol.h"
#include <stdint.h>
static _Atomic KekeSymbol iota = KEKE_NULL_SYMBOL + 1;
KekeSymbol keke_new_symbol() {
return iota++;
}
KekeSymbol keke_new_symbol() { return iota++; }