summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2008-05-02 01:32:24 +0000
committerBrian Cameron <bcameron@src.gnome.org>2008-05-02 01:32:24 +0000
commit51622c4b9707469f7dd636f73d8c7bd1048f707a (patch)
treed30156378e2b804454c6bed6ae9106b75c158779
parent7a09bb61940bc03b8067a223e94e3cd990e210be (diff)
downloadgdm-51622c4b9707469f7dd636f73d8c7bd1048f707a.tar.gz
Fix spacing.
svn path=/branches/gnome-2-20/; revision=6202
-rw-r--r--common/gdm-config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gdm-config.c b/common/gdm-config.c
index 37d7276f..8738f629 100644
--- a/common/gdm-config.c
+++ b/common/gdm-config.c
@@ -607,9 +607,9 @@ gdm_config_free (GdmConfig *config)
/*
* 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 @@ gdm_config_free (GdmConfig *config)
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);