[luksbootkeyfile] Apply coding style
This commit is contained in:
parent
466c01b524
commit
19af46faea
2
src/modules/luksbootkeyfile/LuksBootKeyFileJob.cpp
Executable file → Normal file
2
src/modules/luksbootkeyfile/LuksBootKeyFileJob.cpp
Executable file → Normal 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(
|
||||||
|
Loading…
Reference in New Issue
Block a user