changeset 2064:01485f807811

Remove trailing space
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Apr 2013 11:01:28 +0200
parents 1b5a19b2ba44
children c09fc3834c69
files mcabber/mcabber/caps.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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);
           }
         }