summaryrefslogtreecommitdiffstats
path: root/remoting/host/it2me
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-12-30 11:25:45 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-30 19:26:54 +0000
commitfd11ffe8afb5270c0714c5b456763cb19e5a67d4 (patch)
tree70fbf54a8ab59c80da3dca64b9e04fdbe7ce6812 /remoting/host/it2me
parentee750771ee64d8171670d6d6d525e71378bd2adb (diff)
downloadchromium_src-fd11ffe8afb5270c0714c5b456763cb19e5a67d4.zip
chromium_src-fd11ffe8afb5270c0714c5b456763cb19e5a67d4.tar.gz
chromium_src-fd11ffe8afb5270c0714c5b456763cb19e5a67d4.tar.bz2
Remove random lonely semicolons.
Review URL: https://codereview.chromium.org/1553623002 Cr-Commit-Position: refs/heads/master@{#367171}
Diffstat (limited to 'remoting/host/it2me')
-rw-r--r--remoting/host/it2me/it2me_native_messaging_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/it2me/it2me_native_messaging_host.cc b/remoting/host/it2me/it2me_native_messaging_host.cc
index 294e23d..2f37cfa 100644
--- a/remoting/host/it2me/it2me_native_messaging_host.cc
+++ b/remoting/host/it2me/it2me_native_messaging_host.cc
@@ -281,7 +281,7 @@ void It2MeNativeMessagingHost::OnStateChanged(
break;
default:
- ;
+ break;
}
SendMessageToClient(std::move(message));