Coding style
This commit is contained in:
parent
86481461fd
commit
055904b20a
@ -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…
Reference in New Issue
Block a user