changeset 16477:ac9d28bba272

whitespace
author Tim Ringenbach <marv@pidgin.im>
date Sun, 22 Apr 2007 10:33:29 +0000
parents 58a097859388
children 915a56e08a9d
files libpurple/protocols/yahoo/yahoo.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Wed Apr 25 05:25:57 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Sun Apr 22 10:33:29 2007 +0000
@@ -76,7 +76,8 @@
 	purple_privacy_permit_remove(gc->account,who,TRUE);
 }
 
-gboolean yahoo_privacy_check(PurpleConnection *gc, const char *who)
+gboolean
+yahoo_privacy_check(PurpleConnection *gc, const char *who)
 {
 	/* returns TRUE if allowed through, FALSE otherwise */
 	gboolean permitted;