mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
clang-format src
This commit is contained in:
@@ -41,9 +41,9 @@ namespace BlackCore::Fsd
|
||||
//! Equal to operator
|
||||
inline bool operator==(const AuthChallenge &lhs, const AuthChallenge &rhs)
|
||||
{
|
||||
return lhs.sender() == rhs.sender() &&
|
||||
lhs.receiver() == rhs.receiver() &&
|
||||
lhs.m_challengeKey == rhs.m_challengeKey;
|
||||
return lhs.sender() == rhs.sender() &&
|
||||
lhs.receiver() == rhs.receiver() &&
|
||||
lhs.m_challengeKey == rhs.m_challengeKey;
|
||||
}
|
||||
|
||||
//! Not equal to operator
|
||||
|
||||
Reference in New Issue
Block a user