INN commit: trunk/lib (getfqdn.c)

INN Commit rra at isc.org
Sat Feb 3 21:36:35 UTC 2018


    Date: Saturday, February 3, 2018 @ 13:36:35
  Author: eagle
Revision: 10237

Add blank line in inn_getfqdn signature

Use the new coding style with a line break between the return
type and the function name.

Modified:
  trunk/lib/getfqdn.c

-----------+
 getfqdn.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: getfqdn.c
===================================================================
--- getfqdn.c	2018-02-03 21:33:33 UTC (rev 10236)
+++ getfqdn.c	2018-02-03 21:36:35 UTC (rev 10237)
@@ -17,7 +17,8 @@
 **  responsible for freeing.  If the host's domain cannot be found in DNS, use
 **  the domain argument as a fallback.
 */
-char *inn_getfqdn(const char *domain)
+char *
+inn_getfqdn(const char *domain)
 {
     char hostname[BUFSIZ];
     struct addrinfo hints, *res;



More information about the inn-committers mailing list