aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-11-09 20:02:15 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-11-09 20:02:15 +0100
commit8d4b751036ffc03a4c7d1ded58b3995757cb984a (patch)
treeafdda949dc78fdc7d06019c2781323473233339e
parent3c268263e45f4bb2af39cd07c1c6545092fc9f69 (diff)
types.h: Formatting changes
-rw-r--r--include/nanowasm/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nanowasm/types.h b/include/nanowasm/types.h
index 23cd4fa..3ddef5c 100644
--- a/include/nanowasm/types.h
+++ b/include/nanowasm/types.h
@@ -78,7 +78,7 @@ struct nw_io_cfg
{
int (*read)(void *buf, size_t n, void *user);
int (*eof)(void *user);
- enum nw_state (*pc)(long offset, struct nw_next * next, void *user);
+ enum nw_state (*pc)(long offset, struct nw_next *next, void *user);
enum nw_state (*seek)(long offset, void *user);
enum nw_state (*tell)(long *offset, void *user);
void *user;