diff mcabber/connwrap/connwrap.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 82064124324d
children ac85ce87f539
line wrap: on
line diff
--- a/mcabber/connwrap/connwrap.c	Tue Aug 30 21:25:16 2005 +0200
+++ b/mcabber/connwrap/connwrap.c	Tue Aug 30 22:26:19 2005 +0200
@@ -290,7 +290,7 @@
 		p = getsock(sockfd);
 	    else
 		p = addsock(sockfd);
-	    
+
 	    rc = SSL_connect(p->ssl);
 	    switch(rc){
 	    case 1:
@@ -447,6 +447,6 @@
 	c = '-';
 	strncat(out, &c, 1);
     }
-    
+
     return out;
 }