Adjust whitespace.

This commit is contained in:
Andrius Štikonas 2018-10-28 21:27:52 +00:00
parent 9e0ae352f5
commit 58cfa4b2bb
1 changed files with 2 additions and 2 deletions

View File

@ -96,10 +96,10 @@ void ResizeDialog::accept()
QString errorMessage;
QString passphrase;
while(!validPassphrase) {
while (!validPassphrase) {
KPasswordDialog dlg( this );
dlg.setPrompt(i18nc("%2 is either empty or says Invalid passphrase.", "%2Enter passphrase for %1:", partition().deviceNode(), errorMessage));
if( !dlg.exec() ) {
if (!dlg.exec()) {
reject();
return;
}