[telepathy-gabble/telepathy-gabble-0.8] Coding style: avoid too long lines, as per wjt's review

Alban Crequy alban.crequy at collabora.co.uk
Thu Oct 8 08:36:52 PDT 2009


---
 src/presence-cache.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/presence-cache.c b/src/presence-cache.c
index 0a1dfac..191594b 100644
--- a/src/presence-cache.c
+++ b/src/presence-cache.c
@@ -792,7 +792,8 @@ _grab_avatar_sha1 (GabblePresenceCache *cache,
       if (handle == base_conn->self_handle)
         {
           DEBUG ("Avatar conflict! Received hash '%s' and our cache is '%s'",
-            sha1, presence->avatar_sha1 == NULL ? "<NULL>" : presence->avatar_sha1);
+            sha1, presence->avatar_sha1 == NULL ?
+              "<NULL>" : presence->avatar_sha1);
           self_avatar_resolve_conflict (cache);
         }
       else
-- 
1.5.6.5




More information about the telepathy-commits mailing list