mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 11:25:36 -04:00
[partition] Apply coding style to core/
This commit is contained in:
parent
eb6270982f
commit
8b41a71668
2 changed files with 9 additions and 6 deletions
|
@ -257,7 +257,7 @@ PartitionLayout::execute( Device* dev,
|
|||
#if defined( WITH_KPMCORE42API )
|
||||
for ( const auto& k : part.partFeatures.keys() )
|
||||
{
|
||||
currentPartition->fileSystem().addFeature( k, part.partFeatures.value(k) );
|
||||
currentPartition->fileSystem().addFeature( k, part.partFeatures.value( k ) );
|
||||
}
|
||||
#else
|
||||
cWarning() << "Ignoring features; requires KPMcore >= 4.2.0.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue