File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/sot/pattern-generator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ class SOTNEXTSTEP_EXPORT NextStep : public Entity {
176
176
virtual void starter (const int &timeCurr);
177
177
virtual void stoper (const int &timeCurr);
178
178
179
- virtual void introductionCallBack (const int &){};
179
+ virtual void introductionCallBack (const int &) {};
180
180
181
181
int &triggerCall (int &dummy, int timeCurr);
182
182
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ class StepComputer {
54
54
public: // Methods
55
55
virtual void changeFirstStep (StepQueue &queue, int timeCurr) = 0;
56
56
virtual void nextStep (StepQueue &queue, int timeCurr) = 0;
57
- virtual ~StepComputer (){};
57
+ virtual ~StepComputer () {};
58
58
};
59
59
60
60
} // namespace sot
You can’t perform that action at this time.
0 commit comments