diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-04 23:42:07 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-06-04 23:42:07 +0800 |
commit | b788f7ca76096138b65f4518fb4435608cd0f91f (patch) | |
tree | 4c992a5200e3c3951d9ef369ebd55b833fc3dacf /libempathy/empathy-dispatcher.c | |
parent | 899e4cd7f419588e11a5991e9bfb27f6da1b9135 (diff) | |
download | gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.gz gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.bz2 gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.lz gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.xz gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.tar.zst gsoc2013-empathy-b788f7ca76096138b65f4518fb4435608cd0f91f.zip |
Coding style fixes.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 6550c1f25..f46d15f80 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1533,7 +1533,7 @@ empathy_dispatcher_find_channel_classes (EmpathyDispatcher *dispatcher, if (!channel_class_matches (class, channel_type, handle_type, fixed_properties)) continue; - + matching_classes = g_list_prepend (matching_classes, class); } |