[partition] Apply coding style to core/

This commit is contained in:
Adriaan de Groot 2020-04-07 21:38:15 +02:00
parent eb6270982f
commit 8b41a71668
2 changed files with 9 additions and 6 deletions

View file

@ -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.";