mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 07:04:54 +00:00
steelseries: fizz: Fix indentation violation
This commit is contained in:
parent
56a3632331
commit
87f2807dfb
@ -768,11 +768,12 @@ fu_steelseries_fizz_write_file(FuDevice *device,
|
||||
id);
|
||||
return FALSE;
|
||||
}
|
||||
if (calculated_crc != stored_crc)
|
||||
if (calculated_crc != stored_crc) {
|
||||
g_warning("%s: checksum mismatch, got 0x%08x, expected 0x%08x",
|
||||
fu_device_get_name(device),
|
||||
calculated_crc,
|
||||
stored_crc);
|
||||
}
|
||||
fu_progress_step_done(progress);
|
||||
|
||||
/* success */
|
||||
|
Loading…
Reference in New Issue
Block a user