Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| =================================================================== |
| --- runtime/vm/flow_graph.h (revision 12108) |
| +++ runtime/vm/flow_graph.h (working copy) |
| @@ -40,7 +40,7 @@ |
| // Class to incapsulate the construction and manipulation of the flow graph. |
| -class FlowGraph: public ZoneAllocated { |
| +class FlowGraph : public ZoneAllocated { |
| public: |
| FlowGraph(const FlowGraphBuilder& builder, GraphEntryInstr* graph_entry); |