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

Whitespace cleanup
author Mikael Berthe <mikael@lilotux.net>
date Thu, 04 Aug 2005 23:04:54 +0100
parents 6e895f397474
children 9c640ee3bae3
line wrap: on
line diff
--- a/mcabber/src/screen.c	Thu Aug 04 22:55:10 2005 +0100
+++ b/mcabber/src/screen.c	Thu Aug 04 23:04:54 2005 +0100
@@ -1,6 +1,6 @@
 /*
  * screen.c     -- UI stuff
- * 
+ *
  * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
  * Parts of this file come from the Cabber project <cabber@ajmacias.com>
  *
@@ -277,7 +277,7 @@
   int lines;
   int cols;
   window_entry_t *tmp;
-  
+
   do {
     tmp = calloc(1, sizeof(window_entry_t));
   } while (!tmp);