diff src/protocols/yahoo/yahoo_auth.c @ 11644:f4e58e94ced3

[gaim-migrate @ 13922] Yahoo! whitespace cleanup from Peter Lawler Gracias! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 12 Oct 2005 04:02:46 +0000
parents 37fd8a10f5fa
children
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_auth.c	Wed Oct 12 02:47:31 2005 +0000
+++ b/src/protocols/yahoo/yahoo_auth.c	Wed Oct 12 04:02:46 2005 +0000
@@ -730,7 +730,7 @@
 		auth_function_t		*ft;
 
 		int					remainder;
-				
+
 		hash = ((((hash ^ (hash >> 0x8)) >> 0x10) ^ hash) ^ (hash >> 0x8)) & 0xff;
 
 		remainder = hash % divisor;
@@ -821,8 +821,7 @@
 
 	int				i;
 
-	/* Run through each bit.
-	 */
+	/* Run through each bit. */
 
 	for (i = 0; i < 32; i++)
 	{
@@ -876,7 +875,7 @@
 unsigned int yahoo_auth_finalCountdown(unsigned int challenge, int divisor, int inner_loop, int outer_loop)
 {
 	auth_function_t		*ft;
-	
+
 	int					remainder = challenge % divisor;
 
 	ft = &main_function_list[inner_loop][remainder];