diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-14 10:26:49 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-14 10:26:49 +0200 |
commit | 11b6d9fb523d6c248e8593c7ac2ad1e6ca4e4b15 (patch) | |
tree | 13de592de8899a420e9fcc48af4e03d88c58bc3c /robot/errcatch.h | |
parent | 7d93c32e2458a8aba484366b4814db5574015fc7 (diff) |
clang-format
Diffstat (limited to 'robot/errcatch.h')
-rw-r--r-- | robot/errcatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/errcatch.h b/robot/errcatch.h index 5afe5b3..2297886 100644 --- a/robot/errcatch.h +++ b/robot/errcatch.h @@ -27,7 +27,7 @@ extern uint8_t g_w2_error_offset; void w2_errcatch_main(); /** handle error */ -void w2_errcatch_handle_error(w2_s_error* error); +void w2_errcatch_handle_error(w2_s_error *error); /** append error to error buffer */ void w2_errcatch_throw(enum w2_e_errorcodes code); |