NOOP - re-indent src (no more mixed tab+space style)

This commit is contained in:
Robin Gareus 2014-01-09 19:22:18 +01:00
parent e5cad21a81
commit dbc54d9688

View file

@ -405,7 +405,7 @@ MonoPanner::on_scroll_event (GdkEventScroll* ev)
return true; return true;
} }
bool bool
MonoPanner::on_motion_notify_event (GdkEventMotion* ev) MonoPanner::on_motion_notify_event (GdkEventMotion* ev)
{ {
if (_panner_shell->bypassed()) { if (_panner_shell->bypassed()) {
@ -445,7 +445,7 @@ MonoPanner::on_motion_notify_event (GdkEventMotion* ev)
return true; return true;
} }
bool bool
MonoPanner::on_key_press_event (GdkEventKey* ev) MonoPanner::on_key_press_event (GdkEventKey* ev)
{ {
double one_degree = 1.0/180.0; double one_degree = 1.0/180.0;
@ -482,7 +482,7 @@ MonoPanner::on_key_press_event (GdkEventKey* ev)
return true; return true;
} }
void void
MonoPanner::set_colors () MonoPanner::set_colors ()
{ {
colors.fill = ARDOUR_UI::config()->canvasvar_MonoPannerFill.get(); colors.fill = ARDOUR_UI::config()->canvasvar_MonoPannerFill.get();
@ -493,20 +493,20 @@ MonoPanner::set_colors ()
colors.pos_fill = ARDOUR_UI::config()->canvasvar_MonoPannerPositionFill.get(); colors.pos_fill = ARDOUR_UI::config()->canvasvar_MonoPannerPositionFill.get();
} }
void void
MonoPanner::color_handler () MonoPanner::color_handler ()
{ {
set_colors (); set_colors ();
queue_draw (); queue_draw ();
} }
void void
MonoPanner::bypass_handler () MonoPanner::bypass_handler ()
{ {
queue_draw (); queue_draw ();
} }
PannerEditor* PannerEditor*
MonoPanner::editor () MonoPanner::editor ()
{ {
return new MonoPannerEditor (this); return new MonoPannerEditor (this);