NOOP, re-indent and remove trailing whitespace

This commit is contained in:
Robin Gareus 2014-11-18 01:39:57 +01:00
parent f2273dc3b6
commit f39286f92f
2 changed files with 714 additions and 715 deletions

View file

@ -57,8 +57,8 @@ MonitorSection::MonitorSection (Session* s)
: AxisView (s) : AxisView (s)
, RouteUI (s) , RouteUI (s)
, _tearoff (0) , _tearoff (0)
, channel_table_viewport (*channel_table_scroller.get_hadjustment(), , channel_table_viewport (*channel_table_scroller.get_hadjustment()
*channel_table_scroller.get_vadjustment ()) , *channel_table_scroller.get_vadjustment ())
, gain_control (0) , gain_control (0)
, dim_control (0) , dim_control (0)
, solo_boost_control (0) , solo_boost_control (0)
@ -597,7 +597,6 @@ MonitorSection::toggle_exclusive_solo ()
} }
void void
MonitorSection::toggle_mute_overrides_solo () MonitorSection::toggle_mute_overrides_solo ()
{ {