Fix some mangled whitespace (noop).
[ardour.git] / libs / ardour / ardour / plugin_insert.h
index 6571732bb9b0705587fb73b87af312cb9b93676d..dfc7c1415ab5ae24959d38d1876542c3e38d1630 100644 (file)
@@ -207,8 +207,8 @@ class LIBARDOUR_API PluginInsert : public Processor
        boost::shared_ptr<Plugin> plugin_factory (boost::shared_ptr<Plugin>);
        void add_plugin (boost::shared_ptr<Plugin>);
 
-        void start_touch (uint32_t param_id);
-        void end_touch (uint32_t param_id);
+       void start_touch (uint32_t param_id);
+       void end_touch (uint32_t param_id);
 };
 
 } // namespace ARDOUR