summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lxvst_plugin.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-09-20 22:33:27 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-09-20 22:33:27 +0000
commit2e59536dd8f5d65c26fa19fc643831418efca876 (patch)
tree1f406549f99cf04efaade89fc3f7db66e831bf23 /libs/ardour/ardour/lxvst_plugin.h
parentd4433b9ab384196bb5b8876890863d7939339ee2 (diff)
a few coding style (indentation etc.) cleanups to LX VST code
git-svn-id: svn://localhost/ardour2/branches/3.0@10102 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/lxvst_plugin.h')
-rwxr-xr-xlibs/ardour/ardour/lxvst_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/lxvst_plugin.h b/libs/ardour/ardour/lxvst_plugin.h
index 092a786f95..24793772ef 100755
--- a/libs/ardour/ardour/lxvst_plugin.h
+++ b/libs/ardour/ardour/lxvst_plugin.h
@@ -102,9 +102,9 @@ private:
void add_state (XMLNode *) const;
VSTFXHandle* handle;
- VSTFX* _vstfx;
- AEffect* _plugin;
- bool been_resumed;
+ VSTFX* _vstfx;
+ AEffect* _plugin;
+ bool been_resumed;
};
class LXVSTPluginInfo : public PluginInfo