Skip to content

Commit f0cf0e8

Browse files
committed
[Trivial] Removing useless spaces
1 parent 1f2abb4 commit f0cf0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/optionsdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,14 +312,14 @@ void OptionsDialog::doProxyIpChecks(QValidatedLineEdit* pUiProxyIp, QLineEdit* p
312312
ui->statusLabel->setStyleSheet("QLabel { color: red; }");
313313
ui->statusLabel->setText(tr("The supplied proxy address is invalid."));
314314
return;
315-
}
315+
}
316316
// Check proxy port
317317
if (!pUiProxyPort->hasAcceptableInput()){
318318
disableOkButton();
319319
ui->statusLabel->setStyleSheet("QLabel { color: red; }");
320320
ui->statusLabel->setText(tr("The supplied proxy port is invalid."));
321321
return;
322-
}
322+
}
323323

324324
proxyType checkProxy = proxyType(addrProxy);
325325
if (!checkProxy.IsValid()) {

0 commit comments

Comments
 (0)