diff options
author | Dave Robillard <dave@drobilla.net> | 2009-03-29 13:31:21 -0400 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-03-29 13:31:21 -0400 |
commit | 651e975120b729a497ee115497f527b76d9470b5 (patch) | |
tree | f5b5ce1391bc1e4c6e5ef4ef373080edbbbafe85 /ext/ladspa | |
parent | 394b9b3f35aafb30aeb82a69fc6d24da5ec30f49 (diff) | |
download | gst-plugins-bad-651e975120b729a497ee115497f527b76d9470b5.tar.gz gst-plugins-bad-651e975120b729a497ee115497f527b76d9470b5.tar.bz2 gst-plugins-bad-651e975120b729a497ee115497f527b76d9470b5.zip |
Fix inconsistent style (trivial test commit).
Diffstat (limited to 'ext/ladspa')
-rw-r--r-- | ext/ladspa/gstladspa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ladspa/gstladspa.h b/ext/ladspa/gstladspa.h index 7f824a8e..7ab94791 100644 --- a/ext/ladspa/gstladspa.h +++ b/ext/ladspa/gstladspa.h @@ -39,7 +39,7 @@ typedef struct _ladspa_control_info { gchar *param_name; gfloat lowerbound, upperbound; gfloat def; - gboolean lower,upper,samplerate; + gboolean lower, upper, samplerate; gboolean toggled, logarithmic, integer, writable; } ladspa_control_info; |