diff mcabber/libjabber/genhash.c @ 414:ec86d759ed54

Trailing whitespace cleanup No real change.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 30 Aug 2005 22:26:19 +0200
parents bf3d6e241714
children c3ae9251c197
line wrap: on
line diff
--- a/mcabber/libjabber/genhash.c	Tue Aug 30 21:25:16 2005 +0200
+++ b/mcabber/libjabber/genhash.c	Tue Aug 30 22:26:19 2005 +0200
@@ -345,7 +345,7 @@
 /*
     Description:
         Removes an entry from a hash table, given its key.
-    
+
     Input:
         Parameters:
         tbl - Hash table to remove from.
@@ -459,11 +459,11 @@
         Generates a hash code for a string.  This function uses the ELF hashing
         algorithm as reprinted in Andrew Binstock, "Hashing Rehashed," _Dr.
         Dobb's Journal_, April 1996.
- 
+
     Input:
         Parameters:
             s - The string to be hashed.
- 
+
     Output:
         Returns:
             A hash code for the string.