diff mcabber/libjabber/rate.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/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;