Skip to content

Commit e0af353

Browse files
committed
Run clang-format
1 parent c27263d commit e0af353

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • crates/c-api/include/wasmtime

crates/c-api/include/wasmtime/val.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ typedef union wasmtime_val_raw {
311311
// Rust.
312312
static inline void __wasmtime_val_assertions() {
313313
static_assert(sizeof(wasmtime_valunion_t) == 16, "should be 16-bytes large");
314-
static_assert(alignof(wasmtime_valunion_t) == 16, "should be 16-byte aligned");
314+
static_assert(alignof(wasmtime_valunion_t) == 16,
315+
"should be 16-byte aligned");
315316
static_assert(sizeof(wasmtime_val_raw_t) == 16, "should be 16 bytes large");
316317
static_assert(alignof(wasmtime_val_raw_t) == 16, "should be 16-byte aligned");
317318
}

0 commit comments

Comments
 (0)