| Index: src/compiler/instruction-scheduler.h
|
| diff --git a/src/compiler/instruction-scheduler.h b/src/compiler/instruction-scheduler.h
|
| index 7660520b6d817815336bb88b96a591c3eb619b3b..909d9f7bbc6c869fe7949dd859763aeb59ac325d 100644
|
| --- a/src/compiler/instruction-scheduler.h
|
| +++ b/src/compiler/instruction-scheduler.h
|
| @@ -41,7 +41,7 @@ class InstructionScheduler final : public ZoneObject {
|
| private:
|
| // A scheduling graph node.
|
| // Represent an instruction and their dependencies.
|
| - class ScheduleGraphNode: public ZoneObject {
|
| + class ScheduleGraphNode : public ZoneObject {
|
| public:
|
| ScheduleGraphNode(Zone* zone, Instruction* instr);
|
|
|
|
|