comparison libpurple/protocols/gg/buddylist.h @ 31533:44f53d3fc54f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:42:45 +0000
parents a9f5afce8f39
children
comparison
equal deleted inserted replaced
31532:8c6a1fa21f43 31533:44f53d3fc54f
42 42
43 /** 43 /**
44 * Get all the buddies in the current account. 44 * Get all the buddies in the current account.
45 * 45 *
46 * @param account Current account. 46 * @param account Current account.
47 * 47 *
48 * @return List of buddies. 48 * @return List of buddies.
49 */ 49 */
50 char * 50 char *
51 ggp_buddylist_dump(PurpleAccount *account); 51 ggp_buddylist_dump(PurpleAccount *account);
52 52