1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-13 10:32:11 +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 6a258adc31
commit 788a419d97
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

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