comparison mcabber/mcabber/commands.c @ 2074:e04b6dfbb054

Some whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Sep 2013 11:07:06 +0200
parents 71d84213f850
children 1bd9978ed5d0
comparison
equal deleted inserted replaced
2073:990cad5123f3 2074:e04b6dfbb054
660 if (current_buddy) 660 if (current_buddy)
661 bud = BUDDATA(current_buddy); 661 bud = BUDDATA(current_buddy);
662 resource = jidres; 662 resource = jidres;
663 } 663 }
664 } 664 }
665 665
666 if (bud && buddy_gettype(bud) & (ROSTER_TYPE_USER|ROSTER_TYPE_AGENT)) { 666 if (bud && buddy_gettype(bud) & (ROSTER_TYPE_USER|ROSTER_TYPE_AGENT)) {
667 if (lock) { 667 if (lock) {
668 GSList *resources, *p_res; 668 GSList *resources, *p_res;
669 gboolean found = FALSE; 669 gboolean found = FALSE;
670 resources = buddy_getresources(bud); 670 resources = buddy_getresources(bud);