Skip to content

Commit

Permalink
fix accidental whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Colfenor committed Aug 28, 2020
1 parent 2148a27 commit 6f9da0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autotype/AutoType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ void AutoType::performGlobalAutoType(const QList<QSharedPointer<Database>>& dbLi
} else if ((matchList.size() == 1) && !config()->get(Config::Security_AutoTypeAsk).toBool()) {
executeAutoTypeActions(matchList.first().entry, nullptr, matchList.first().sequence, m_windowForGlobal);
m_inGlobalAutoTypeDialog.unlock();
} else {
} else {
auto* selectDialog = new AutoTypeSelectDialog();

// connect slots, both of which must unlock the m_inGlobalAutoTypeDialog mutex
Expand Down

0 comments on commit 6f9da0c

Please sign in to comment.