diff src/plugins.c @ 2372:2927c2c26fe6

[gaim-migrate @ 2385] reformatting. nothing else. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 27 Sep 2001 19:17:11 +0000
parents 8a304d8c5ce3
children a7ecfd3f7714
line wrap: on
line diff
--- a/src/plugins.c	Thu Sep 27 17:44:23 2001 +0000
+++ b/src/plugins.c	Thu Sep 27 19:17:11 2001 +0000
@@ -227,10 +227,11 @@
 
 	plugins = g_list_append(plugins, plug);
 
-	if (g_module_symbol(plug->handle, "name", (gpointer *)&cfunc))
+	if (g_module_symbol(plug->handle, "name", (gpointer *)&cfunc)) {
 		plug->name = (*cfunc)();
-	else
+	} else {
 		plug->name = NULL;
+	}
 
 	if (g_module_symbol(plug->handle, "description", (gpointer *)&cfunc))
 		plug->description = (*cfunc)();