Cosmetics.
authorTor Lillqvist <tml@src.gnome.org>
Fri, 9 Jan 2009 10:39:00 +0000 (10:39 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 9 Jan 2009 10:39:00 +0000 (10:39 +0000)
svn path=/trunk/; revision=7795

glib/gwin32.c

index ce905ae..d722a87 100644 (file)
@@ -298,10 +298,11 @@ get_package_directory_from_module (const gchar *module_name)
       hmodule = GetModuleHandleW (wc_module_name);
       g_free (wc_module_name);
 
-      if (!hmodule){
-        G_UNLOCK (module_dirs);
-        return NULL;
-      }
+      if (!hmodule)
+       {
+         G_UNLOCK (module_dirs);
+         return NULL;
+       }
     }
 
   fn = g_win32_get_package_installation_directory_of_module (hmodule);