Reformat uuid

This commit is contained in:
2025-12-29 21:41:10 +00:00
parent ed72ccc139
commit 4333b16090
2 changed files with 27 additions and 27 deletions

View File

@@ -17,7 +17,7 @@ BEGIN_C_LINKAGE
typedef struct wapp_uuid WUUID;
struct wapp_uuid {
Str8 uuid;
Str8 uuid;
};
#define wapp_uuid_gen_uuid4() *(wapp_uuid_init_uuid4(&wapp_uuid_create()))