Mercurial > pidgin
changeset 27331:46cc3674b13c
Indentation fix.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 25 Jun 2009 04:02:17 +0000 |
parents | c24032f5bfd7 |
children | 96f82cc12238 |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Thu Jun 25 03:32:17 2009 +0000 +++ b/libpurple/protocols/jabber/jabber.c Thu Jun 25 04:02:17 2009 +0000 @@ -901,8 +901,8 @@ if (type == JABBER_IQ_RESULT) { if(js->registration) { - buf = g_strdup_printf(_("Registration of %s@%s successful"), - js->user->node, js->user->domain); + buf = g_strdup_printf(_("Registration of %s@%s successful"), + js->user->node, js->user->domain); if(account->registration_cb) (account->registration_cb)(account, TRUE, account->registration_cb_user_data); } else {