comparison libpurple/protocols/yahoo/yahoochat.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 351d07aefb09
children 5dafa68c8eb0 3828a61c44da
comparison
equal deleted inserted replaced
31085:44f53d3fc54f 31086:a8cc50c2279f
251 g_free(msg); 251 g_free(msg);
252 } 252 }
253 253
254 tmp = g_strdup_printf(_("%s has declined to join."), who); 254 tmp = g_strdup_printf(_("%s has declined to join."), who);
255 purple_conversation_write(c, NULL, tmp, PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LINKIFY, time(NULL)); 255 purple_conversation_write(c, NULL, tmp, PURPLE_MESSAGE_SYSTEM | PURPLE_MESSAGE_NO_LINKIFY, time(NULL));
256 256
257 g_free(tmp); 257 g_free(tmp);
258 } 258 }
259 259
260 g_free(room); 260 g_free(room);
261 } 261 }