mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
White-space
This commit is contained in:
parent
e0dcdbcdfc
commit
e18e54d7ae
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
/* This module: 3/2002
|
||||
* Author: Markus Nentwig, nentwig@users.sourceforge.net
|
||||
*
|
||||
*
|
||||
* Complete rewrite: 10/2017
|
||||
* Author: Marcus Weseloh
|
||||
*/
|
||||
|
@ -1101,7 +1101,7 @@ static const LADSPA_Descriptor *get_plugin_descriptor(const fluid_ladspa_lib_t *
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Instantiate a new LADSPA plugin from a library and set up the associated
|
||||
* control structures needed by the LADSPA fx engine.
|
||||
*
|
||||
|
@ -1158,7 +1158,7 @@ static void delete_fluid_ladspa_plugin(fluid_ladspa_plugin_t *plugin)
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (plugin->ports != NULL)
|
||||
{
|
||||
FLUID_FREE(plugin->ports);
|
||||
|
|
Loading…
Reference in a new issue