trivial: Style nit

Co-authored-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
Richard Hughes 2022-09-22 14:22:58 +01:00
parent f60af523e3
commit 1c27131fc6

View File

@ -2001,7 +2001,7 @@ fu_firmware_new_from_gtypes(GBytes *fw, FwupdInstallFlags flags, GError **error,
/* create array of GTypes */ /* create array of GTypes */
va_start(args, error); va_start(args, error);
while (1) { while (TRUE) {
GType gtype = va_arg(args, GType); GType gtype = va_arg(args, GType);
if (gtype == G_TYPE_INVALID) if (gtype == G_TYPE_INVALID)
break; break;