mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 14:12:59 +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);
|
id);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (calculated_crc != stored_crc)
|
if (calculated_crc != stored_crc) {
|
||||||
g_warning("%s: checksum mismatch, got 0x%08x, expected 0x%08x",
|
g_warning("%s: checksum mismatch, got 0x%08x, expected 0x%08x",
|
||||||
fu_device_get_name(device),
|
fu_device_get_name(device),
|
||||||
calculated_crc,
|
calculated_crc,
|
||||||
stored_crc);
|
stored_crc);
|
||||||
|
}
|
||||||
fu_progress_step_done(progress);
|
fu_progress_step_done(progress);
|
||||||
|
|
||||||
/* success */
|
/* success */
|
||||||
|
Loading…
Reference in New Issue
Block a user