Remove white space
authorArtem Garmash <artemgarmash@gmail.com>
Thu, 11 Feb 2010 14:28:15 +0000 (16:28 +0200)
committerArtem Garmash <artem.garmash@nokia.com>
Sun, 27 Jun 2010 19:13:46 +0000 (22:13 +0300)
src/el-home-applet.c

index ab65dbc..5ee08cb 100644 (file)
@@ -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));
 }
-