Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
icppWorld committed Jan 24, 2025
1 parent 551511f commit 7449c8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/icpp/ic/ic0/ic0.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ uint32_t ic0_is_controller(uint32_t src, uint32_t size)
void ic0_debug_print(uint32_t src, uint32_t size)
WASM_SYMBOL_IMPORTED("ic0", "debug_print");

[[noreturn]] void ic0_trap(uint32_t src, uint32_t size) WASM_SYMBOL_IMPORTED("ic0", "trap");
[[noreturn]] void ic0_trap(uint32_t src, uint32_t size)
WASM_SYMBOL_IMPORTED("ic0", "trap");

#ifdef __cplusplus
}
Expand Down

0 comments on commit 7449c8f

Please sign in to comment.