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