White space fix only. (Spaces to tabs)

This commit is contained in:
Len Ovens 2016-07-10 08:20:05 -07:00
parent 4bb54f4128
commit 5156b8aeb5

View file

@ -173,9 +173,9 @@ MIDIControllable::stop_learning ()
int
MIDIControllable::control_to_midi (float val)
{
if (controllable->is_gain_like()) {
return gain_to_slider_position (val) * max_value_for_type ();
}
if (controllable->is_gain_like()) {
return gain_to_slider_position (val) * max_value_for_type ();
}
float control_min = controllable->lower ();
float control_max = controllable->upper ();