cpu: Indentation changes in the ppc64 driver

This commit is contained in:
Andrea Bolognani 2015-07-20 15:20:20 +02:00
parent 3d1515890b
commit 4ff3e939e7
1 changed files with 5 additions and 4 deletions

View File

@ -340,7 +340,8 @@ ppc64LoadMap(void)
}
static virCPUDataPtr
ppc64MakeCPUData(virArch arch, struct cpuPPC64Data *data)
ppc64MakeCPUData(virArch arch,
struct cpuPPC64Data *data)
{
virCPUDataPtr cpuData;
@ -695,9 +696,9 @@ ppc64GetModels(char ***models)
}
struct cpuArchDriver cpuDriverPPC64 = {
.name = "ppc64",
.arch = archs,
.narch = ARRAY_CARDINALITY(archs),
.name = "ppc64",
.arch = archs,
.narch = ARRAY_CARDINALITY(archs),
.compare = ppc64Compare,
.decode = ppc64Decode,
.encode = NULL,