mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
YubiKey: Whitespace clean-up
* This was bugging me. Oops. * No functional changes. Signed-off-by: Kyle Manna <kyle@kylemanna.com>
This commit is contained in:
parent
f7ee528d41
commit
62190d79be
@ -104,8 +104,8 @@ bool YubiKey::deinit()
|
||||
}
|
||||
|
||||
if (m_ykds) {
|
||||
ykds_free(m_ykds);
|
||||
m_ykds_void = NULL;
|
||||
ykds_free(m_ykds);
|
||||
m_ykds_void = NULL;
|
||||
}
|
||||
|
||||
return true;
|
||||
@ -215,7 +215,7 @@ YubiKey::ChallengeResult YubiKey::challenge(int slot, bool mayBlock,
|
||||
paddedChal.size(), c,
|
||||
resp.size(), r);
|
||||
|
||||
if(!ret) {
|
||||
if (!ret) {
|
||||
if (yk_errno == YK_EWOULDBLOCK) {
|
||||
return WOULDBLOCK;
|
||||
} else if (yk_errno == YK_ETIMEOUT) {
|
||||
|
Loading…
Reference in New Issue
Block a user