mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 02:15:36 -04:00
Coding style
This commit is contained in:
parent
86481461fd
commit
055904b20a
1 changed files with 6 additions and 6 deletions
|
@ -75,12 +75,12 @@ clonePartition( Device* device, Partition* partition )
|
||||||
partition->lastSector()
|
partition->lastSector()
|
||||||
);
|
);
|
||||||
return new Partition(
|
return new Partition(
|
||||||
partition->parent(),
|
partition->parent(),
|
||||||
*device,
|
*device,
|
||||||
partition->roles(),
|
partition->roles(),
|
||||||
fs, fs->firstSector(), fs->lastSector(),
|
fs, fs->firstSector(), fs->lastSector(),
|
||||||
partition->partitionPath()
|
partition->partitionPath()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue