diff options
author | Christian C <cc@localhost> | 2025-04-01 17:38:32 -0700 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-04-01 17:38:32 -0700 |
commit | a18cea2fef7aa1545c9a984b60919541b26a6f84 (patch) | |
tree | d1ab991e28b701bdfdc9035704389ad6c57391c9 /include/lib/monad.h | |
parent | 2bc54ac42b831a7dfcba26c2d12ba002f80a5e40 (diff) |
Clang Format
Diffstat (limited to 'include/lib/monad.h')
-rw-r--r-- | include/lib/monad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lib/monad.h b/include/lib/monad.h index af5eb3a..21cbe61 100644 --- a/include/lib/monad.h +++ b/include/lib/monad.h @@ -4,7 +4,7 @@ #include <lib/bool.h> typedef struct Result { - void* data; + void *data; bool_t success; } Result; |