# HG changeset patch # User Elliott Sales de Andrade # Date 1305085784 0 # Node ID dc1c25b81efdbe466ad9429e50ee1fed7e248c47 # Parent 06ed9020b784dd73850425ba060d8ca27571c5ac Small space to tab changes. diff -r 06ed9020b784 -r dc1c25b81efd libpurple/protocols/gg/gg.c --- a/libpurple/protocols/gg/gg.c Wed May 11 01:58:03 2011 +0000 +++ b/libpurple/protocols/gg/gg.c Wed May 11 03:49:44 2011 +0000 @@ -1616,14 +1616,14 @@ } static void ggp_typing_notification_handler(PurpleConnection *gc, uin_t uin, int length) { - gchar *from; - - from = g_strdup_printf("%u", uin); - if (length) - serv_got_typing(gc, from, 0, PURPLE_TYPING); - else - serv_got_typing_stopped(gc, from); - g_free(from); + gchar *from; + + from = g_strdup_printf("%u", uin); + if (length) + serv_got_typing(gc, from, 0, PURPLE_TYPING); + else + serv_got_typing_stopped(gc, from); + g_free(from); } /** @@ -1790,7 +1790,7 @@ GG_S(ev->event.status60.status), ev->event.status60.descr); break; case GG_EVENT_USERLIST: - if (ev->event.userlist.type == GG_USERLIST_GET_REPLY) { + if (ev->event.userlist.type == GG_USERLIST_GET_REPLY) { purple_debug_info("gg", "GG_USERLIST_GET_REPLY\n"); purple_notify_info(gc, NULL, _("Buddy list downloaded"),