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

Unified Diff: runtime/vm/cha.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/branch_optimizer.cc ('k') | runtime/vm/cha.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cha.h
diff --git a/runtime/vm/cha.h b/runtime/vm/cha.h
index 5bd7796b75b37dd3a64900c96d14447648cce96b..63072d20617cab0fa5c81d35bafa9f98b43ed087 100644
--- a/runtime/vm/cha.h
+++ b/runtime/vm/cha.h
@@ -13,7 +13,8 @@ namespace dart {
class Class;
class Function;
-template <typename T> class ZoneGrowableArray;
+template <typename T>
+class ZoneGrowableArray;
class String;
class CHA : public StackResource {
@@ -38,7 +39,7 @@ class CHA : public StackResource {
// Collect the concrete subclasses of 'cls' into 'class_ids'. Return true if
// the result is valid (may be invalid because we don't track the subclasses
// of classes allocated in the VM isolate or class Object).
- bool ConcreteSubclasses(const Class& cls, GrowableArray<intptr_t> *class_ids);
+ bool ConcreteSubclasses(const Class& cls, GrowableArray<intptr_t>* class_ids);
// Return true if the class is implemented by some other class.
static bool IsImplemented(const Class& cls);
« no previous file with comments | « runtime/vm/branch_optimizer.cc ('k') | runtime/vm/cha.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698