steelseries: fizz: Fix indentation violation

This commit is contained in:
Gaël PORTAY 2022-05-27 18:32:54 +02:00 committed by Gaël PORTAY
parent 56a3632331
commit 87f2807dfb

View File

@ -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 */