chiark / gitweb /
noip.c: Missing blank line.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2016 21:09:59 +0000 (22:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2016 23:05:55 +0000 (00:05 +0100)
Very important.

noip.c

diff --git a/noip.c b/noip.c
index 8a67b6476038120a29cedd926996c75ffcd80e6b..cf61a02cc35943786c234f6d1714a112128c5a16 100644 (file)
--- a/noip.c
+++ b/noip.c
@@ -285,6 +285,7 @@ static void port_to_sockaddr(struct sockaddr *sa, int port)
     default: abort();
   }
 }
+
 /* Extract the address part from SA and store it in A. */
 static void ipaddr_from_sockaddr(ipaddr *a, const struct sockaddr *sa)
 {