mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vl.c: Small coding style fix
Just to make checkpatch.pl happy when moving the code. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
01ca519f24
commit
2067444945
@@ -2712,7 +2712,7 @@ static int configure_accelerator(MachineClass *mc)
|
||||
if (*p == ':') {
|
||||
p++;
|
||||
}
|
||||
p = get_opt_name(buf, sizeof (buf), p, ':');
|
||||
p = get_opt_name(buf, sizeof(buf), p, ':');
|
||||
for (i = 0; i < ARRAY_SIZE(accel_list); i++) {
|
||||
if (strcmp(accel_list[i].opt_name, buf) == 0) {
|
||||
if (!accel_list[i].available()) {
|
||||
|
||||
Reference in New Issue
Block a user