mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-16 10:06:41 +00:00
trivial: Style nit
Co-authored-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
parent
f60af523e3
commit
1c27131fc6
@ -2001,7 +2001,7 @@ fu_firmware_new_from_gtypes(GBytes *fw, FwupdInstallFlags flags, GError **error,
|
||||
|
||||
/* create array of GTypes */
|
||||
va_start(args, error);
|
||||
while (1) {
|
||||
while (TRUE) {
|
||||
GType gtype = va_arg(args, GType);
|
||||
if (gtype == G_TYPE_INVALID)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user