chore: Apply code formatting to entire code base

This commit is contained in:
icex2
2023-04-06 15:39:53 +02:00
committed by icex2
parent 47bfb4e9b2
commit b0564b97c6
15 changed files with 152 additions and 116 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ static bool patch_memory_check_data(
for (size_t i = 0; i < len; i++) {
if (dest[i] != data_expected[i]) {
log_warning(
"Memcheck error: base %lluX + address %lluX + offset %d: expected %X, found %X",
"Memcheck error: base %lluX + address %lluX + offset %d: "
"expected %X, found %X",
(uint64_t) base_address,
(uint64_t) address,
// this cast is technically wrong