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

Unified Diff: runtime/vm/block_scheduler.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/bitmap.cc ('k') | runtime/vm/block_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/block_scheduler.h
diff --git a/runtime/vm/block_scheduler.h b/runtime/vm/block_scheduler.h
index 94982d3dc857e457c437d5ada2fb750792d66cb8..8a5cadac9c17cc38b8c2857f8073886bdeaaf186 100644
--- a/runtime/vm/block_scheduler.h
+++ b/runtime/vm/block_scheduler.h
@@ -13,7 +13,7 @@ class FlowGraph;
class BlockScheduler : public ValueObject {
public:
- explicit BlockScheduler(FlowGraph* flow_graph) : flow_graph_(flow_graph) { }
+ explicit BlockScheduler(FlowGraph* flow_graph) : flow_graph_(flow_graph) {}
FlowGraph* flow_graph() const { return flow_graph_; }
« no previous file with comments | « runtime/vm/bitmap.cc ('k') | runtime/vm/block_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698