summaryrefslogtreecommitdiffstats
path: root/remoting/test/remote_host_info.cc
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-03-25 20:47:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-26 03:48:46 +0000
commit13648c69b85f0abde8d2d08f66077649726eafff (patch)
tree1a1f55b541c0aaa51b158380c31f11741e1d4883 /remoting/test/remote_host_info.cc
parent412f817abb0ee72dc14b21d92edda13fc1bc8b43 (diff)
downloadchromium_src-13648c69b85f0abde8d2d08f66077649726eafff.zip
chromium_src-13648c69b85f0abde8d2d08f66077649726eafff.tar.gz
chromium_src-13648c69b85f0abde8d2d08f66077649726eafff.tar.bz2
Updated the formatting for the app remoting test driver files using clag-format for consistency. No logic changes.
BUG= Review URL: https://codereview.chromium.org/1037723003 Cr-Commit-Position: refs/heads/master@{#322311}
Diffstat (limited to 'remoting/test/remote_host_info.cc')
-rw-r--r--remoting/test/remote_host_info.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/remoting/test/remote_host_info.cc b/remoting/test/remote_host_info.cc
index 0383745..6288390 100644
--- a/remoting/test/remote_host_info.cc
+++ b/remoting/test/remote_host_info.cc
@@ -9,10 +9,12 @@
namespace remoting {
namespace test {
-RemoteHostInfo::RemoteHostInfo() :
- remote_host_status(kRemoteHostStatusUnknown) {}
+RemoteHostInfo::RemoteHostInfo()
+ : remote_host_status(kRemoteHostStatusUnknown) {
+}
-RemoteHostInfo::~RemoteHostInfo() {}
+RemoteHostInfo::~RemoteHostInfo() {
+}
bool RemoteHostInfo::IsReadyForConnection() const {
return (remote_host_status == kRemoteHostStatusReady);