From f5b5154a8817e0964c96f7be960d4fae143136b2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 9 Jan 2009 10:39:00 +0000 Subject: [PATCH] Cosmetics. svn path=/trunk/; revision=7795 --- glib/gwin32.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/glib/gwin32.c b/glib/gwin32.c index ce905ae57..d722a874a 100644 --- a/glib/gwin32.c +++ b/glib/gwin32.c @@ -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);