Clang formatting

This commit is contained in:
ShiralynDev 2025-05-26 05:42:21 +02:00
parent 88d7e16343
commit 7efe8b48ff
1 changed files with 4 additions and 6 deletions

View File

@ -2912,12 +2912,10 @@ void qemu_init(int argc, char **argv)
} }
} }
fake_argv[fake_argc++] = g_strdup_printf("xbox%s%s%s,avpack=%s", fake_argv[fake_argc++] = g_strdup_printf(
(bootrom_arg != NULL) ? bootrom_arg : "", "xbox%s%s%s,avpack=%s", (bootrom_arg != NULL) ? bootrom_arg : "",
short_animation ? ",short-animation=on" : "", short_animation ? ",short-animation=on" : "", ",kernel-irqchip=off",
",kernel-irqchip=off", avpack_str);
avpack_str
);
if (bootrom_arg != NULL) { if (bootrom_arg != NULL) {
g_free(bootrom_arg); g_free(bootrom_arg);