chore: Apply code formatting to entire code base
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user