diff --git a/include/sot/pattern-generator/next-step.h b/include/sot/pattern-generator/next-step.h
index 311667efa39609c0647a6ba92b9cd75743b6b4ce..8a135df3b44ca50c3b01a8c5667401002bb64368 100644
--- a/include/sot/pattern-generator/next-step.h
+++ b/include/sot/pattern-generator/next-step.h
@@ -176,7 +176,7 @@ class SOTNEXTSTEP_EXPORT NextStep : public Entity {
   virtual void starter(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);
 
diff --git a/include/sot/pattern-generator/step-computer.h b/include/sot/pattern-generator/step-computer.h
index 4bcb8232c97cb450f4c28b61bdf478a9070938af..7cc8367e954f699a2217247b544ee25fcd0b5139 100644
--- a/include/sot/pattern-generator/step-computer.h
+++ b/include/sot/pattern-generator/step-computer.h
@@ -54,7 +54,7 @@ class StepComputer {
  public:  // Methods
   virtual void changeFirstStep(StepQueue &queue, int timeCurr) = 0;
   virtual void nextStep(StepQueue &queue, int timeCurr) = 0;
-  virtual ~StepComputer(){};
+  virtual ~StepComputer() {};
 };
 
 }  // namespace sot