Commit db7dc263 authored by Hugo Benichi's avatar Hugo Benichi Committed by Commit Bot

arc: net: fix formatting

BUG=b:145960788
TEST=Compiled

Change-Id: I43b58efe4a32b431f8b88dd792ab10af7dec137a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030386Reviewed-by: default avatarHidehiko Abe <hidehiko@chromium.org>
Commit-Queue: Hugo Benichi <hugobenichi@google.com>
Cr-Commit-Position: refs/heads/master@{#736855}
parent d9ef8ed8
......@@ -225,8 +225,7 @@ arc::mojom::ConnectionStateType TranslateConnectionState(
const std::string& state) {
if (state == shill::kStateReady)
return arc::mojom::ConnectionStateType::CONNECTED;
if (state == shill::kStateAssociation ||
state == shill::kStateConfiguration)
if (state == shill::kStateAssociation || state == shill::kStateConfiguration)
return arc::mojom::ConnectionStateType::CONNECTING;
if ((state == shill::kStateIdle) || (state == shill::kStateFailure) ||
(state == shill::kStateDisconnect) || (state == ""))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment