Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1354)

Unified Diff: remoting/test/remote_host_info.cc

Issue 1037723003: Updated the formatting for the app remoting test driver files using clag-format for consistency. N… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/test/remote_host_info.h ('k') | remoting/test/remote_host_info_fetcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « remoting/test/remote_host_info.h ('k') | remoting/test/remote_host_info_fetcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698