From 96ff3ee63a97c4f8a87813685340a0270c64c436 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Dec 2013 21:11:49 +0000 Subject: Fix whitespace. --- plugins/eg01-amp.lv2/amp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/eg01-amp.lv2') 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; -- cgit v1.2.1