Indentation

This commit is contained in:
Atlante45 2016-09-08 14:29:43 -07:00
parent eb007b24cd
commit 006780fe8e

View file

@ -199,7 +199,7 @@ class IntPreference : public TypedPreference<int> {
public:
IntPreference(const QString& category, const QString& name, Getter getter, Setter setter)
: TypedPreference(category, name, getter, setter) { }
: TypedPreference(category, name, getter, setter) { }
float getMin() const { return _min; }
void setMin(float min) { _min = min; };