mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45: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()
|
||||
);
|
||||
return new Partition(
|
||||
partition->parent(),
|
||||
*device,
|
||||
partition->roles(),
|
||||
fs, fs->firstSector(), fs->lastSector(),
|
||||
partition->partitionPath()
|
||||
);
|
||||
partition->parent(),
|
||||
*device,
|
||||
partition->roles(),
|
||||
fs, fs->firstSector(), fs->lastSector(),
|
||||
partition->partitionPath()
|
||||
);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue