commit after merge
[satune.git] / src / Tuner / tunabledependent.cc
index e1b0dba8dc3a89c45c54bb81a06ea7c9787015b1..7c5d49a8076fc0f36ad8177cc70a35410d27a910 100644 (file)
@@ -4,16 +4,16 @@
  * and open the template in the editor.
  */
 
-/* 
+/*
  * File:   TunableDependent.cc
  * Author: hamed
- * 
+ *
  * Created on October 5, 2018, 11:26 AM
  */
 
 #include "tunabledependent.h"
 
-TunableDependent::TunableDependent(Tunables dependent, Tunables parent):
+TunableDependent::TunableDependent(Tunables dependent, Tunables parent) :
        dependent(dependent),
        parent(parent)
 {