diff lib-src/movemail.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents f6d89a1d0478
children b0811540692f d7ddb3e565de
line wrap: on
line diff
--- a/lib-src/movemail.c	Tue Feb 04 13:30:45 2003 +0000
+++ b/lib-src/movemail.c	Tue Feb 04 14:56:31 2003 +0000
@@ -39,11 +39,11 @@
  * "po:username".  This will cause movemail to open a connection to
  * a pop server running on $MAILHOST (environment variable).  Movemail
  * must be setuid to root in order to work with POP.
- * 
+ *
  * New module: popmail.c
  * Modified routines:
  *	main - added code within #ifdef MAIL_USE_POP; added setuid (getuid ())
- *		after POP code. 
+ *		after POP code.
  * New routines in movemail.c:
  *	get_errmsg - return pointer to system error message
  *
@@ -458,7 +458,7 @@
 
 	  pfatal_with_name (inname);
 	}
-  
+
       {
 	char buf[1024];
 
@@ -838,7 +838,7 @@
       error ("Error from POP server: %s", pop_error, 0);
       return (1);
     }
-    
+
   return (0);
 }
 
@@ -913,7 +913,7 @@
       line++;
       len--;
     }
-  if (fwrite (line, 1, len, mbf) != len) 
+  if (fwrite (line, 1, len, mbf) != len)
     return (NOTOK);
   if (fputc (0x0a, mbf) == EOF)
     return (NOTOK);