[luksbootkeyfile] Apply coding style

This commit is contained in:
Adriaan de Groot 2022-04-23 13:35:06 +02:00
parent 466c01b524
commit 19af46faea

2
src/modules/luksbootkeyfile/LuksBootKeyFileJob.cpp Executable file → Normal file
View File

@ -260,7 +260,9 @@ LuksBootKeyFileJob::exec()
{ {
// Skip setupLuks for root partition if system has an unencrypted /boot // Skip setupLuks for root partition if system has an unencrypted /boot
if ( d.isRoot && hasUnencryptedSeparateBoot() ) if ( d.isRoot && hasUnencryptedSeparateBoot() )
{
continue; continue;
}
if ( !setupLuks( d ) ) if ( !setupLuks( d ) )
return Calamares::JobResult::error( return Calamares::JobResult::error(