Fix extra spaces and empty lines

This commit is contained in:
Dimitri Papadopoulos 2023-05-07 15:28:19 +02:00
parent d411224382
commit ad951ee576
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D
4 changed files with 3 additions and 5 deletions

View File

@ -64,4 +64,3 @@ void GatewayAuthenticatorParams::setInputStr(const QString &inputStr)
{ {
m_inputStr = inputStr; m_inputStr = inputStr;
} }

View File

@ -172,4 +172,3 @@ void PortalConfigResponse::setPrelogonUserAuthCookie(const QString cookie)
{ {
m_prelogonAuthCookie = cookie; m_prelogonAuthCookie = cookie;
} }