else on the same line.

This commit is contained in:
Louis-Bertrand Varin 2017-01-26 20:18:09 -05:00
parent a80c415fc0
commit 0d222e138f

View File

@ -283,8 +283,7 @@ void PasswordGeneratorWidget::updateGenerator()
if (m_generator->isValid()) {
m_ui->buttonGenerate->setEnabled(true);
}
else {
} else {
m_ui->buttonGenerate->setEnabled(false);
}