NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index f9578a188d1fa78e2eccc3b72cdbe2dc2c5fc688..8788778a3a5a8f0177b618e034b22483d72835fa 100644 (file)
@@ -191,7 +191,7 @@ class LIBARDOUR_API PluginInsert : public Processor
        struct Match {
                Match () : method (Impossible), plugins (0) {}
                Match (MatchingMethod m, int32_t p, ChanCount h = ChanCount ()) : method (m), plugins (p), hide (h) {}
-               
+
                MatchingMethod method; ///< method to employ
                int32_t plugins;       ///< number of copies of the plugin that we need
                ChanCount hide;        ///< number of channels to hide