From a362bb7305d9536247b4cb03bbf0c6f0eaee799a Mon Sep 17 00:00:00 2001 From: Artem Garmash Date: Thu, 11 Feb 2010 16:28:15 +0200 Subject: [PATCH] Remove white space --- src/el-home-applet.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/el-home-applet.c b/src/el-home-applet.c index ab65dbc..5ee08cb 100644 --- a/src/el-home-applet.c +++ b/src/el-home-applet.c @@ -151,8 +151,8 @@ const gchar* g_module_check_init (GModule *module); const gchar* g_module_check_init (GModule *module) { - g_module_make_resident (module); - return NULL; + g_module_make_resident (module); + return NULL; } static void @@ -1832,4 +1832,3 @@ el_home_applet_class_init (ELHomeAppletClass *klass) g_type_class_add_private (klass, sizeof (ELHomeAppletPrivate)); } - -- 1.7.9.5