diff mcabber/src/hbuf.c @ 393:f8f3c7493457

Whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:04:54 +0100
parents 6329c9601704
children d580e87c11ed
line wrap: on
line diff
--- a/mcabber/src/hbuf.c	Thu Aug 04 22:55:10 2005 +0100
+++ b/mcabber/src/hbuf.c	Thu Aug 04 23:04:54 2005 +0100
@@ -1,6 +1,6 @@
 /*
  * hbuf.c       -- History buffer implementation
- * 
+ *
  * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -182,7 +182,7 @@
       hbuf_b_curr->ptr_end = hbuf_b_next->ptr_end;
       g_free(hbuf_b_next);
       g_list_delete_link(curr_elt, next_elt);
-    } else 
+    } else
       curr_elt = next_elt;
   }
   // #2 Go back to head and create non-persistent blocks when needed