1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

KWallet - Remove trailing return

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-01-28 20:51:27 +01:00
parent 52ae23a36b
commit ff8fb711b9
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -279,8 +279,6 @@ void KWalletPasswordBackend::initialize()
++j; ++j;
} }
} }
return;
} }
KWalletPasswordBackend::~KWalletPasswordBackend() KWalletPasswordBackend::~KWalletPasswordBackend()