globally remove all trailing whitespace from ardour code base.
[ardour.git] / gtk2_ardour / processor_box.h
index 87ab0dee6c11e348e216851f42603b7a069e2312..ce4a0e88514c44086bcd80f3fcbb021eab6af2a1 100644 (file)
@@ -75,14 +75,14 @@ namespace ARDOUR {
 
 class ProcessorBox;
 
-class ProcessorWindowProxy : public WM::ProxyBase 
+class ProcessorWindowProxy : public WM::ProxyBase
 {
   public:
     ProcessorWindowProxy (std::string const &, ProcessorBox *, boost::weak_ptr<ARDOUR::Processor>);
     ~ProcessorWindowProxy();
 
     Gtk::Window* get (bool create = false);
-    
+
     boost::weak_ptr<ARDOUR::Processor> processor () const {
            return _processor;
     }