Add retry option to clamd and spamd. Bug 392
[exim.git] / src / src / ip.c
index e4a43e69a9820888ce2dd5fc30a0739d93884178..f6072c2e80019e4df87e34f3d490f956bb8c39b9 100644 (file)
@@ -337,7 +337,8 @@ for (h = &shost; h != NULL; h = h->next)
       {
       if (fd != fd6) close(fd6);
       if (fd != fd4) close(fd4);
-      if (connhost) {
+      if (connhost)
+       {
        h->port = port;
        *connhost = *h;
        connhost->next = NULL;
@@ -720,3 +721,5 @@ for (i=0; i < dscp_table_size; ++i)
 
 
 /* End of ip.c */
+/* vi: aw ai sw=2
+*/