diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-26 02:05:52 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:55:32 +0800 |
commit | 12ad94e68d9ad3d4258ae8fa0755528a22871b4b (patch) | |
tree | 048e772fe8352f6768c8f1c18b0d168e7ffbe193 /libempathy/empathy-dispatcher.c | |
parent | e0144199db485b5e744c8cb9af6051f8645f40a0 (diff) | |
download | gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.gz gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.bz2 gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.lz gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.xz gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.zst gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.zip |
Fix trailing whitespaces
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 46aaab686..6897d0f6d 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1475,7 +1475,7 @@ empathy_dispatcher_find_channel_class (EmpathyDispatcher *dispatcher, g_array_index (properties, char *, j), NULL); /* TODO: this might not be enough if we want e.g. use this to - * look for all the values for a given property, but we don't + * look for all the values for a given property, but we don't * currently use it that way. */ if (!tp_asv_lookup (fprops, my_class)) @@ -1614,7 +1614,7 @@ empathy_dispatcher_find_requestable_channel_classes (EmpathyDispatcher *dispatch va_start (var_args, first_property_name); properties = setup_varargs (var_args, first_property_name); - + va_end (var_args); retval = empathy_dispatcher_find_channel_class (dispatcher, connection, |