commit | 353ba2c7cdcdf781100ed5d697b6f89aa42a1b5d | [log] [tgz] |
---|---|---|
author | Joe Downing <[email protected]> | Wed Jan 11 22:37:34 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jan 11 22:37:34 2023 |
tree | 4dc371b95cc2366ebb2f68534a55e05b49ee899e | |
parent | 23227918899260d99b4b8c89aec8bb7ea05095b8 [diff] [blame] |
Formatting remoting/protocol Next CL in the chain which formats the files in //remoting with the new clang-format rules. Bug: NO_BUG Change-Id: I8c7af1b39f9da1526a4569cc3d8d18279b220030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4156531 Reviewed-by: Lambros Lambrou <[email protected]> Commit-Queue: Joe Downing <[email protected]> Cr-Commit-Position: refs/heads/main@{#1091519}
diff --git a/remoting/protocol/pairing_host_authenticator.cc b/remoting/protocol/pairing_host_authenticator.cc index 3e369b9..71a41d8 100644 --- a/remoting/protocol/pairing_host_authenticator.cc +++ b/remoting/protocol/pairing_host_authenticator.cc
@@ -57,8 +57,8 @@ return PairingAuthenticatorBase::state(); } -Authenticator::RejectionReason -PairingHostAuthenticator::rejection_reason() const { +Authenticator::RejectionReason PairingHostAuthenticator::rejection_reason() + const { if (protocol_error_) { return RejectionReason::PROTOCOL_ERROR; }