Index: remoting/test/remote_host_info.cc |
diff --git a/remoting/test/remote_host_info.cc b/remoting/test/remote_host_info.cc |
index 0383745593c16a26bc423ff39bd5eb6a6bd6bbe7..62883902ce4bf144a884d1caabdbc465e774e6d0 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); |