clang-format in src/machine
This commit is contained in:
@@ -44,10 +44,10 @@ machine_at_vpc2007_init(const machine_t *model)
|
||||
int ret;
|
||||
|
||||
ret = bios_load_linear("roms/machines/vpc2007/13500.bin",
|
||||
0x000c0000, 262144, 0);
|
||||
0x000c0000, 262144, 0);
|
||||
|
||||
if (bios_only || !ret)
|
||||
return ret;
|
||||
return ret;
|
||||
|
||||
machine_at_common_init_ex(model, 2);
|
||||
is_vpc = 1;
|
||||
|
||||
Reference in New Issue
Block a user