glib r7795 - trunk/glib



Author: tml
Date: Fri Jan  9 10:39:00 2009
New Revision: 7795
URL: http://svn.gnome.org/viewvc/glib?rev=7795&view=rev

Log:
Cosmetics.

Modified:
   trunk/glib/gwin32.c

Modified: trunk/glib/gwin32.c
==============================================================================
--- trunk/glib/gwin32.c	(original)
+++ trunk/glib/gwin32.c	Fri Jan  9 10:39:00 2009
@@ -298,10 +298,11 @@
       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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]