Run tabbing pass
[satune.git] / src / Tuner / tunable.h
index 5816d7e7b2e8612d598210e1c96d8f95a68bb6fc..6077891a5cff896daa2c990796dd3a74e58da7a6 100644 (file)
@@ -4,16 +4,16 @@
 
 
 class Tuner {
- public:
+public:
        Tuner();
-       int getTunable(TunableParam param, TunableDesc * descriptor);
-       int getVarTunable(VarType vartype, TunableParam param, TunableDesc * descriptor);
+       int getTunable(TunableParam param, TunableDesc *descriptor);
+       int getVarTunable(VarType vartype, TunableParam param, TunableDesc *descriptor);
        MEMALLOC;
 };
 
 class TunableDesc {
- public:
- TunableDesc(int _lowValue, int _highValue, int _defaultValue) : lowValue(_lowValue), highValue(_highValue), defaultValue(_defaultValue) {}
+public:
      TunableDesc(int _lowValue, int _highValue, int _defaultValue) : lowValue(_lowValue), highValue(_highValue), defaultValue(_defaultValue) {}
        int lowValue;
        int highValue;
        int defaultValue;