Skip to content
Snippets Groups Projects
Commit 01c4c55e authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot]
Browse files

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
parent 57097c0c
No related branches found
No related tags found
No related merge requests found
Pipeline #45087 passed
...@@ -176,7 +176,7 @@ class SOTNEXTSTEP_EXPORT NextStep : public Entity { ...@@ -176,7 +176,7 @@ class SOTNEXTSTEP_EXPORT NextStep : public Entity {
virtual void starter(const int &timeCurr); virtual void starter(const int &timeCurr);
virtual void stoper(const int &timeCurr); virtual void stoper(const int &timeCurr);
virtual void introductionCallBack(const int &){}; virtual void introductionCallBack(const int &) {};
int &triggerCall(int &dummy, int timeCurr); int &triggerCall(int &dummy, int timeCurr);
......
...@@ -54,7 +54,7 @@ class StepComputer { ...@@ -54,7 +54,7 @@ class StepComputer {
public: // Methods public: // Methods
virtual void changeFirstStep(StepQueue &queue, int timeCurr) = 0; virtual void changeFirstStep(StepQueue &queue, int timeCurr) = 0;
virtual void nextStep(StepQueue &queue, int timeCurr) = 0; virtual void nextStep(StepQueue &queue, int timeCurr) = 0;
virtual ~StepComputer(){}; virtual ~StepComputer() {};
}; };
} // namespace sot } // namespace sot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment