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

Unified Diff: runtime/vm/service.h

Issue 2481873005: clang-format runtime/vm (Closed)
Patch Set: Merge Created 4 years, 1 month 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 | « runtime/vm/scopes_test.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.h
diff --git a/runtime/vm/service.h b/runtime/vm/service.h
index 830d2ee00ce3b5d78fbb0af118f371f7c84b64d9..a47fdbe40b90d4f12a6b838686ffeae5e486b89c 100644
--- a/runtime/vm/service.h
+++ b/runtime/vm/service.h
@@ -51,13 +51,9 @@ class RingServiceIdZone : public ServiceIdZone {
// Returned string will be zone allocated.
virtual char* GetServiceId(const Object& obj);
- void set_policy(ObjectIdRing::IdPolicy policy) {
- policy_ = policy;
- }
+ void set_policy(ObjectIdRing::IdPolicy policy) { policy_ = policy; }
- ObjectIdRing::IdPolicy policy() const {
- return policy_;
- }
+ ObjectIdRing::IdPolicy policy() const { return policy_; }
private:
ObjectIdRing* ring_;
@@ -99,10 +95,9 @@ class Service : public AllStatic {
Dart_ServiceRequestCallback callback,
void* user_data);
- static void RegisterRootEmbedderCallback(
- const char* name,
- Dart_ServiceRequestCallback callback,
- void* user_data);
+ static void RegisterRootEmbedderCallback(const char* name,
+ Dart_ServiceRequestCallback callback,
+ void* user_data);
static void SetEmbedderStreamCallbacks(
Dart_ServiceStreamListenCallback listen_callback,
« no previous file with comments | « runtime/vm/scopes_test.cc ('k') | runtime/vm/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698