[partition] Apply format
This part was not formated properly. Fixed using clang-format
This commit is contained in:
parent
4ced8279c6
commit
ddf65a2437
@ -1731,10 +1731,11 @@ ChoicePage::createBootloaderPanel()
|
||||
return panelWidget;
|
||||
}
|
||||
|
||||
bool ChoicePage::shouldShowEncryptWidget( Config::InstallChoice choice ) const
|
||||
bool
|
||||
ChoicePage::shouldShowEncryptWidget( Config::InstallChoice choice ) const
|
||||
{
|
||||
// If there are any choices for FS, check it's not ZFS because that doesn't
|
||||
// support the kind of encryption we enable here.
|
||||
const bool suitableFS = m_eraseFsTypesChoiceComboBox ? m_eraseFsTypesChoiceComboBox->currentText() != "zfs" : true;
|
||||
return (choice == InstallChoice::Erase) && m_enableEncryptionWidget && suitableFS;
|
||||
return ( choice == InstallChoice::Erase ) && m_enableEncryptionWidget && suitableFS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user