# HG changeset patch # User Christian Hammond # Date 1060111154 0 # Node ID 31c0a9adc1a4747240e9f1c396917cf7b0da2c55 # Parent 01289157fc374510c0cd63b693e63fa3f1a92f5e [gaim-migrate @ 6884] Just a little whitespace reformatting. committer: Tailor Script diff -r 01289157fc37 -r 31c0a9adc1a4 src/privacy.h --- a/src/privacy.h Tue Aug 05 18:59:57 2003 +0000 +++ b/src/privacy.h Tue Aug 05 19:19:14 2003 +0000 @@ -65,7 +65,7 @@ * @return TRUE if the user was removed successfully, or @c FALSE otherwise. */ gboolean gaim_privacy_permit_remove(GaimAccount *account, const char *name, - gboolean local_only); + gboolean local_only); /** * Adds a user to the account's deny list. @@ -78,7 +78,7 @@ * @return TRUE if the user was added successfully, or @c FALSE otherwise. */ gboolean gaim_privacy_deny_add(GaimAccount *account, const char *name, - gboolean local_only); + gboolean local_only); /** * Removes a user from the account's deny list. @@ -91,7 +91,7 @@ * @return TRUE if the user was removed successfully, or @c FALSE otherwise. */ gboolean gaim_privacy_deny_remove(GaimAccount *account, const char *name, - gboolean local_only); + gboolean local_only); /** * Sets the UI operations structure for the privacy subsystem.