Tidy a couple of minor things up.
[ardour.git] / gtk2_ardour / midi_tracer.h
index b37c4a2351786dd37c522bf8b89d7155534b0604..8383b616a0d3b36cc5edf713c561152aef73f9d2 100644 (file)
@@ -37,20 +37,20 @@ class MidiTracer : public ArdourDialog
        bool autoscroll;
        bool show_hex;
        bool collect;
-       
+
        /** Incremented when an update is requested, decremented when one is handled; hence
         *  equal to 0 when an update is not queued.  May temporarily be negative if a
         *  update is handled before it was noted that it had just been queued.
         */
        volatile gint _update_queued;
-        
+
        RingBuffer<char *> fifo;
        Pool buffer_pool;
        static const size_t buffer_size = 256;
 
        void tracer (MIDI::Parser&, MIDI::byte*, size_t);
        void update ();
-       
+
        Gtk::CheckButton autoscroll_button;
        Gtk::CheckButton base_button;
        Gtk::CheckButton collect_button;