style and consistency improved
This commit is contained in:
+2
-4
@@ -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++; }
|
||||
|
||||
Reference in New Issue
Block a user