diff libpurple/protocols/jabber/buddy.c @ 19489:b0733d5d7621

Fixed code indenting, some spaces were still left and now replaced by tabs.
author Andreas Monitzer <pidgin@monitzer.com>
date Tue, 28 Aug 2007 19:03:07 +0000
parents b5546f8f8c71
children 481749fc0b6b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c	Tue Aug 28 07:09:48 2007 +0000
+++ b/libpurple/protocols/jabber/buddy.c	Tue Aug 28 19:03:07 2007 +0000
@@ -129,7 +129,7 @@
 	jbr->state = state;
 	if(jbr->status)
 		g_free(jbr->status);
-        if (status)
+	if (status)
 		jbr->status = g_markup_escape_text(status, -1);
 	else
 		jbr->status = NULL;
@@ -2279,10 +2279,10 @@
  * in purple-i18n@lists.sourceforge.net (March 2006)
  */
 static const char * jabber_user_dir_comments [] = {
-       /* current comment from Jabber User Directory users.jabber.org */
-       N_("Find a contact by entering the search criteria in the given fields. "
-          "Note: Each field supports wild card searches (%)"),
-       NULL
+	/* current comment from Jabber User Directory users.jabber.org */
+	N_("Find a contact by entering the search criteria in the given fields. "
+	   "Note: Each field supports wild card searches (%)"),
+	NULL
 };
 #endif