comparison libpurple/protocols/yahoo/yahoo_aliases.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 4ed390927f9d
children 7df08e88d9bb
comparison
equal deleted inserted replaced
31533:44f53d3fc54f 31534:a8cc50c2279f
149 /* Or if we have an alias that Yahoo doesn't, send it up */ 149 /* Or if we have an alias that Yahoo doesn't, send it up */
150 yahoo_update_alias(gc, yid, buddy_alias); 150 yahoo_update_alias(gc, yid, buddy_alias);
151 purple_debug_info("yahoo", "Sent updated alias '%s'\n", buddy_alias); 151 purple_debug_info("yahoo", "Sent updated alias '%s'\n", buddy_alias);
152 } 152 }
153 } 153 }
154 154
155 if (f != NULL) 155 if (f != NULL)
156 ypd = &f->ypd; 156 ypd = &f->ypd;
157 else { 157 else {
158 /* May be the alias is for the account? */ 158 /* May be the alias is for the account? */
159 const char *yidn = purple_normalize(account, yid); 159 const char *yidn = purple_normalize(account, yid);