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); 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 */