diff options
author | David Robillard <d@drobilla.net> | 2013-12-15 21:11:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-12-15 21:11:49 +0000 |
commit | 96ff3ee63a97c4f8a87813685340a0270c64c436 (patch) | |
tree | 8d18bc0b02333cd9be4c24519ae5312d70fac7bb | |
parent | c4a14f44114b8f140697bb651508282b027275f8 (diff) | |
download | lv2-96ff3ee63a97c4f8a87813685340a0270c64c436.tar.xz |
Fix whitespace.
-rw-r--r-- | plugins/eg01-amp.lv2/amp.c | 3 |
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; |