module: Fix style
authorJoão Paulo Rechi Vita <jprvita@openbossa.org>
Fri, 12 Jul 2013 17:51:22 +0000 (14:51 -0300)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 15 Jul 2013 10:07:09 +0000 (13:07 +0300)
src/pulsecore/module.h

index ad4571e..5a330c6 100644 (file)
@@ -50,7 +50,7 @@ struct pa_module {
     pa_proplist *proplist;
 };
 
-pa_module* pa_module_load(pa_core *c, const char *name, const char*argument);
+pa_module* pa_module_load(pa_core *c, const char *name, const char *argument);
 
 void pa_module_unload(pa_core *c, pa_module *m, bool force);
 void pa_module_unload_by_index(pa_core *c, uint32_t idx, bool force);