aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-15 21:11:49 +0000
committerDavid Robillard <d@drobilla.net>2013-12-15 21:11:49 +0000
commit96ff3ee63a97c4f8a87813685340a0270c64c436 (patch)
tree8d18bc0b02333cd9be4c24519ae5312d70fac7bb /plugins
parentc4a14f44114b8f140697bb651508282b027275f8 (diff)
downloadlv2-96ff3ee63a97c4f8a87813685340a0270c64c436.tar.xz
Fix whitespace.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/eg01-amp.lv2/amp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/eg01-amp.lv2/amp.c b/plugins/eg01-amp.lv2/amp.c
index 8dd7b4f..dd302c3 100644
--- a/plugins/eg01-amp.lv2/amp.c
+++ b/plugins/eg01-amp.lv2/amp.c
@@ -51,7 +51,8 @@ typedef enum {
Every plugin defines a private structure for the plugin instance. All data
associated with a plugin instance is stored here, and is available to
every instance method. In this simple plugin, only port buffers need to be
- stored, since there is no additional instance data. */
+ stored, since there is no additional instance data.
+*/
typedef struct {
// Port buffers
const float* gain;