pidgin: e769b06f: Change space indentation to tab indentat...

markdoliner at pidgin.im markdoliner at pidgin.im
Sun Mar 13 05:11:47 EDT 2011


----------------------------------------------------------------------
Revision: e769b06f8be8ec74e181a6044fe02bc65902dd8b
Parent:   2b48d1a2bd44522bc2e5c6155c3a9bdd70b442d7
Author:   markdoliner at pidgin.im
Date:     03/13/11 05:05:46
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e769b06f8be8ec74e181a6044fe02bc65902dd8b

Changelog: 

Change space indentation to tab indentation on a line

Changes against parent 2b48d1a2bd44522bc2e5c6155c3a9bdd70b442d7

  patched  libpurple/xmlnode.c

-------------- next part --------------
============================================================
--- libpurple/xmlnode.c	713ab433bfe9bdd2a3425d50d2e3321abdfd50c8
+++ libpurple/xmlnode.c	de636ddece37a92051bd637f38b22d44fa0769d8
@@ -606,7 +606,7 @@ xmlnode_parser_element_end_libxml(void *
 {
 	struct _xmlnode_parser_data *xpd = user_data;
 
-       	if(!element_name || !xpd->current || xpd->error)
+	if(!element_name || !xpd->current || xpd->error)
 		return;
 
 	if(xpd->current->parent) {


More information about the Commits mailing list