mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fix inconsistent style (trivial test commit).
This commit is contained in:
parent
640caecd76
commit
1d464a7edd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue