src/protocols/yahoo/yahoo_auth.c

changeset 11644
939411169d01
parent 9382
d05b4c47758d
--- 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];

mercurial