diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-09 20:02:15 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-09 20:02:15 +0100 |
| commit | 8d4b751036ffc03a4c7d1ded58b3995757cb984a (patch) | |
| tree | afdda949dc78fdc7d06019c2781323473233339e | |
| parent | 3c268263e45f4bb2af39cd07c1c6545092fc9f69 (diff) | |
types.h: Formatting changes
| -rw-r--r-- | include/nanowasm/types.h | 2 |
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; |
