Skip to content

Commit 75293c0

Browse files
authored
Apply clang-format-17 (#2833)
1 parent cbef767 commit 75293c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_poc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static void test_overflow_cs_insn_bytes_iter()
6565
size_t size = sizeof(buf);
6666
buf[0] = 0x06; // invalid WASM opcode to force skipdata path
6767
cs_insn *insn = cs_malloc(handle);
68-
;
68+
6969
// Overflowed cs_insn->bytes before the fix.
7070
while (cs_disasm_iter(handle, &b, &size, &address, insn)) {
7171
continue;

0 commit comments

Comments
 (0)