commit | 34668e731bb194b443bc0e6029d6d3583f08de28 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Tue Dec 15 14:46:47 2015 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Wed Dec 16 01:32:53 2015 +0000 |
tree | 977de929eeaf54e264d1693d1a392a161ebf52f5 | |
parent | c3bc82a29cdff05d67d3b583ca0bc25df96ab382 [diff] [blame] |
Reformat Change-Id: Ia98499f9ada220151b24ecb8b60b02524d700bc4 Reviewed-on: https://weave-review.googlesource.com/1967 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/src/notification/notification_parser.cc b/src/notification/notification_parser.cc index d7c4f48..69e7e7e 100644 --- a/src/notification/notification_parser.cc +++ b/src/notification/notification_parser.cc
@@ -45,8 +45,7 @@ CHECK(delegate); std::string kind; - if (!notification.GetString("kind", &kind) || - kind != "weave#notification") { + if (!notification.GetString("kind", &kind) || kind != "weave#notification") { LOG(WARNING) << "Push notification should have 'kind' property set to " "weave#notification"; return false;