NO-OP whitespace & foratting of header files

This commit is contained in:
Robin Gareus 2017-07-01 21:11:14 +02:00
parent 2219021389
commit b976bf8986
112 changed files with 711 additions and 698 deletions

View file

@ -46,7 +46,8 @@ class LatencyBarController : public Gtkmm2ext::BarController
public:
LatencyBarController (Gtk::Adjustment& adj, LatencyGUI* g)
: BarController (adj, boost::shared_ptr<PBD::IgnorableControllable> (new PBD::IgnorableControllable ())),
_latency_gui (g) {}
_latency_gui (g)
{}
private:
LatencyGUI* _latency_gui;
@ -56,7 +57,7 @@ private:
class LatencyGUI : public Gtk::VBox
{
public:
public:
LatencyGUI (ARDOUR::Latent&, framepos_t sample_rate, framepos_t period_size);
~LatencyGUI() { }
@ -64,7 +65,7 @@ class LatencyGUI : public Gtk::VBox
void reset ();
void refresh ();
private:
private:
ARDOUR::Latent& _latent;
framepos_t initial_value;
framepos_t sample_rate;