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

Unified Diff: components/proximity_auth/wire_message.cc

Issue 604213002: [Clean-up] Run git cl format over the proximity_auth component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « components/proximity_auth/run_all_unittests.cc ('k') | components/proximity_auth/wire_message_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/wire_message.cc
diff --git a/components/proximity_auth/wire_message.cc b/components/proximity_auth/wire_message.cc
index 646d0b0182022ceb8a953b778efa234039863c88..62c8094ba63c63d830c7c232c14576227b28e68c 100644
--- a/components/proximity_auth/wire_message.cc
+++ b/components/proximity_auth/wire_message.cc
@@ -118,8 +118,7 @@ std::string WireMessage::Serialize() const {
WireMessage::WireMessage(const std::string& permit_id,
const std::string& payload)
- : permit_id_(permit_id),
- payload_(payload) {
+ : permit_id_(permit_id), payload_(payload) {
}
} // namespace proximity_auth
« no previous file with comments | « components/proximity_auth/run_all_unittests.cc ('k') | components/proximity_auth/wire_message_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698