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

@@ -261,21 +261,21 @@ static const TypeInfo cpu_type_info = {
TYPE_CPU,
TYPE_DEVICE,
sizeof(CPUClass),
sizeof(CPUClass),
sizeof(CPUState),
NULL,
NULL,
cpu_common_initfn,
NULL,
NULL,
NULL,
cpu_common_initfn,
NULL,
NULL,
NULL,
cpu_class_init,
NULL,
NULL,
true,
NULL,
NULL,
true,
};
void cpu_register_types(struct uc_struct *uc)