Remove trailing spaces in misc sources.

Change-Id: I573d4e816112b7401b3c824fbe773b85a8601531
diff --git a/slirp-android/tcp_input.c b/slirp-android/tcp_input.c
index c70e3f2..6fc2390 100644
--- a/slirp-android/tcp_input.c
+++ b/slirp-android/tcp_input.c
@@ -673,7 +673,7 @@
 	    goto cont_input;
 	  }
 
-	  if((tcp_fconnect(so) == -1) && (errno != EINPROGRESS) && 
+	  if((tcp_fconnect(so) == -1) && (errno != EINPROGRESS) &&
 	     (errno != EWOULDBLOCK) && (errno != EAGAIN)) {
 	    u_char code=ICMP_UNREACH_NET;
 	    DEBUG_MISC((dfd," tcp fconnect errno = %d-%s\n",