Fix tabbing
[satune.git] / src / Tuner / satuner.h
index fd0542329500cff57e8e6077e5616de2322bec88..34ed7ae77da692f4bfd7659394c3b83e599dafff 100644 (file)
@@ -5,9 +5,9 @@
 #include "basictuner.h"
 
 /**
-*This tuner has the simulated annealing in its core
-*
-*/
+ * This tuner has the simulated annealing in its core
+ *
+ */
 class SATuner : public BasicTuner {
 public:
        SATuner(uint budget, uint timeout);