Skip to content

Commit 93681bd

Browse files
committed
clang-format
1 parent ba3fd40 commit 93681bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/void_round_trip.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#include <stdint.h>
21
#include <assert.h>
2+
#include <stdint.h>
33

44
int main() {
55
uint32_t a = 42;
6-
assert(*(int32_t*)(void*)&a == 42);
6+
assert(*(int32_t *)(void *)&a == 42);
77
return 0;
88
}

0 commit comments

Comments
 (0)