We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3fd40 commit 93681bdCopy full SHA for 93681bd
1 file changed
tests/unit/void_round_trip.c
@@ -1,8 +1,8 @@
1
-#include <stdint.h>
2
#include <assert.h>
+#include <stdint.h>
3
4
int main() {
5
uint32_t a = 42;
6
- assert(*(int32_t*)(void*)&a == 42);
+ assert(*(int32_t *)(void *)&a == 42);
7
return 0;
8
}
0 commit comments