mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00: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:
parent
01ca519f24
commit
2067444945
2
vl.c
2
vl.c
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user