Automated leading tab to spaces conversion.

This commit is contained in:
xorstream
2017-01-21 12:28:22 +11:00
parent df41c49e2d
commit 770c5616e2
69 changed files with 3839 additions and 3839 deletions

View File

@@ -47,12 +47,12 @@ static int pc_init_pci(struct uc_struct *uc, MachineState *machine)
}
static QEMUMachine pc_i440fx_machine_v2_2 = {
"pc_piix",
"pc_piix",
"pc-i440fx-2.2",
pc_init_pci,
NULL,
255,
1,
255,
1,
UC_ARCH_X86, // X86
};