mcabber/libjabber/rate.c
changeset 414 ec86d759ed54
parent 25 bf3d6e241714
child 417 c3ae9251c197
--- a/mcabber/libjabber/rate.c	Tue Aug 30 21:25:16 2005 +0200
+++ b/mcabber/libjabber/rate.c	Tue Aug 30 22:26:19 2005 +0200
@@ -55,9 +55,9 @@
     { /* start a new key */
 	free(r->key);
 	if(key != NULL)
-	  /* We use strdup instead of pstrdup since r->key needs to be free'd before 
+	  /* We use strdup instead of pstrdup since r->key needs to be free'd before
 	     and more often than the rest of the rlimit structure */
-	    r->key = strdup(key); 
+	    r->key = strdup(key);
 	else
 	    r->key = NULL;
 	r->start = now;