From ad951ee57662a89e8bc41754a68fab645a5328f6 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 7 May 2023 15:28:19 +0200 Subject: [PATCH] Fix extra spaces and empty lines --- GPClient/gatewayauthenticatorparams.cpp | 1 - GPClient/gphelper.cpp | 4 ++-- GPClient/portalconfigresponse.cpp | 1 - GPClient/vpn_json.cpp | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/GPClient/gatewayauthenticatorparams.cpp b/GPClient/gatewayauthenticatorparams.cpp index 80fce27..59eb789 100644 --- a/GPClient/gatewayauthenticatorparams.cpp +++ b/GPClient/gatewayauthenticatorparams.cpp @@ -64,4 +64,3 @@ void GatewayAuthenticatorParams::setInputStr(const QString &inputStr) { m_inputStr = inputStr; } - diff --git a/GPClient/gphelper.cpp b/GPClient/gphelper.cpp index f38d2a8..8e45227 100644 --- a/GPClient/gphelper.cpp +++ b/GPClient/gphelper.cpp @@ -172,7 +172,7 @@ bool gpclient::helper::settings::secureGet(const QString &key, QString &value) { if ( job.error() ) { return false; } - + value = pw; return true; -} \ No newline at end of file +} diff --git a/GPClient/portalconfigresponse.cpp b/GPClient/portalconfigresponse.cpp index 6603c90..45e117d 100644 --- a/GPClient/portalconfigresponse.cpp +++ b/GPClient/portalconfigresponse.cpp @@ -172,4 +172,3 @@ void PortalConfigResponse::setPrelogonUserAuthCookie(const QString cookie) { m_prelogonAuthCookie = cookie; } - diff --git a/GPClient/vpn_json.cpp b/GPClient/vpn_json.cpp index 78a35e5..dcfe213 100644 --- a/GPClient/vpn_json.cpp +++ b/GPClient/vpn_json.cpp @@ -1,5 +1,5 @@ #include "vpn_json.h" -#include +#include #include #include #include