White-space

This commit is contained in:
Marcus Weseloh 2017-10-21 22:43:48 +02:00
parent e0dcdbcdfc
commit e18e54d7ae

View file

@ -20,7 +20,7 @@
/* This module: 3/2002 /* This module: 3/2002
* Author: Markus Nentwig, nentwig@users.sourceforge.net * Author: Markus Nentwig, nentwig@users.sourceforge.net
* *
* Complete rewrite: 10/2017 * Complete rewrite: 10/2017
* Author: Marcus Weseloh * 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 * Instantiate a new LADSPA plugin from a library and set up the associated
* control structures needed by the LADSPA fx engine. * control structures needed by the LADSPA fx engine.
* *
@ -1158,7 +1158,7 @@ static void delete_fluid_ladspa_plugin(fluid_ladspa_plugin_t *plugin)
{ {
return; return;
} }
if (plugin->ports != NULL) if (plugin->ports != NULL)
{ {
FLUID_FREE(plugin->ports); FLUID_FREE(plugin->ports);