packaging tweaks for OS X
[ardour.git] / gtk2_ardour / track_selection.h
index 5f85bcfd5866e73323abe38df7b104aeb3edfa9e..d94ec3c8c1773bf39aa1edf6c09014a0704b35a9 100644 (file)
@@ -34,7 +34,7 @@ public:
        TrackSelection (PublicEditor const *, TrackViewList const &);
 
        virtual ~TrackSelection ();
-       
+
        TrackViewList add (TrackViewList const &);
 
        template <typename Function>
@@ -83,7 +83,7 @@ public:
                        }
                }
        }
-       
+
 private:
        PublicEditor const * _editor;
 };