Fix tabbing
[satune.git] / src / Tuner / kmeanstuner.cc
index 333d9d950ec830cb389add00315d98ee9c873667..a4c1cdc44ffdf85b957cc242dac19204127070db 100644 (file)
@@ -4,10 +4,10 @@
  * and open the template in the editor.
  */
 
-/* 
+/*
  * File:   kmeanstuner.cc
  * Author: hamed
- * 
+ *
  * Created on December 19, 2018, 4:16 PM
  */
 
@@ -16,7 +16,7 @@
 #include "searchtuner.h"
 #include "math.h"
 
-KMeansTuner::KMeansTuner(uint budget, uint _rounds, uint timeout) : 
+KMeansTuner::KMeansTuner(uint budget, uint _rounds, uint timeout) :
        BasicTuner(budget, timeout),
        rounds(_rounds) {
 }