gdm r6202 - branches/gnome-2-20/common
- From: bcameron svn gnome org
- To: svn-commits-list gnome org
- Subject: gdm r6202 - branches/gnome-2-20/common
- Date: Fri, 2 May 2008 02:32:24 +0100 (BST)
Author: bcameron
Date: Fri May 2 01:32:24 2008
New Revision: 6202
URL: http://svn.gnome.org/viewvc/gdm?rev=6202&view=rev
Log:
Fix spacing.
Modified:
branches/gnome-2-20/common/gdm-config.c
Modified: branches/gnome-2-20/common/gdm-config.c
==============================================================================
--- branches/gnome-2-20/common/gdm-config.c (original)
+++ branches/gnome-2-20/common/gdm-config.c Fri May 2 01:32:24 2008
@@ -607,9 +607,9 @@
/*
* Set local variables equal to the memory that we
- * intend to free, and set the structure variables
- * to NULL, so if this function is called again, we
- * do not try to free the same data structures again.
+ * intend to free, and set the structure variables
+ * to NULL, so if this function is called again, we
+ * do not try to free the same data structures again.
*/
e = config->entries;
mkf = config->mandatory_key_file;
@@ -637,7 +637,7 @@
g_key_file_free (mkf);
if (dkf != NULL)
g_key_file_free (dkf);
- if (ckf != NULL)
+ if (ckf != NULL)
g_key_file_free (ckf);
if (hash != NULL)
g_hash_table_destroy (hash);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]