# HG changeset patch # User Mikael Berthe # Date 1367139688 -7200 # Node ID 01485f8078112fcde71be8ef16da56354cf77c37 # Parent 1b5a19b2ba44f589a7758aa2b103786d630d2712 Remove trailing space diff -r 1b5a19b2ba44 -r 01485f807811 mcabber/mcabber/caps.c --- a/mcabber/mcabber/caps.c Sun Apr 28 10:29:02 2013 +0200 +++ b/mcabber/mcabber/caps.c Sun Apr 28 11:01:28 2013 +0200 @@ -447,13 +447,13 @@ int fd; g_free (xml); - + c = g_hash_table_lookup (caps_cache, hash); - if (!c) + if (!c) goto caps_copy_return; file = caps_get_filename (hash); - if (!file) + if (!file) goto caps_copy_return; fd = open (file, O_WRONLY|O_CREAT|O_EXCL, S_IRUSR|S_IWUSR); @@ -531,7 +531,7 @@ g_key_file_set_string_list (key_file, group, field->data, (const gchar**)string_list, i); - + g_strfreev (string_list); } }