Skip to content

Commit 020b364

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3b81aaf commit 020b364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/sot/pattern-generator/next-step.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class SOTNEXTSTEP_EXPORT NextStep : public Entity {
176176
virtual void starter(const int &timeCurr);
177177
virtual void stoper(const int &timeCurr);
178178

179-
virtual void introductionCallBack(const int &){};
179+
virtual void introductionCallBack(const int &) {};
180180

181181
int &triggerCall(int &dummy, int timeCurr);
182182

include/sot/pattern-generator/step-computer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class StepComputer {
5454
public: // Methods
5555
virtual void changeFirstStep(StepQueue &queue, int timeCurr) = 0;
5656
virtual void nextStep(StepQueue &queue, int timeCurr) = 0;
57-
virtual ~StepComputer(){};
57+
virtual ~StepComputer() {};
5858
};
5959

6060
} // namespace sot

0 commit comments

Comments
 (0)