connection.c
changeset 29 7abf6146898e
parent 27 81a574d60c15
child 48 b94d657a9acb
--- a/connection.c
+++ b/connection.c
@@ -15,7 +15,6 @@
 int connection (char *ip, unsigned short port)
 {
     struct hostent *hs;
-
     struct sockaddr_in sock;
 
     int sockfd;