mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: Fix whitespace issues in "dns" module.
* gnu/packages/dns.scm: Fix whitespace issues. Change-Id: Ibf08abc836ab6b37646ec9c3db25d4b5979ea618
This commit is contained in:
parent
ce36502dab
commit
4dc83290f7
1 changed files with 3 additions and 2 deletions
|
|
@ -23,6 +23,7 @@
|
|||
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
|
||||
;;; Copyright © 2024 John Kehayias <john.kehayias@protonmail.com>
|
||||
;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
|
@ -720,7 +721,7 @@ struct protoent *getprotobyname(const char *name) {
|
|||
p->p_name = \"udp\";
|
||||
p->p_proto = 17;
|
||||
p->p_aliases[0] = \"UDP\";
|
||||
} else
|
||||
} else
|
||||
p = NULL;
|
||||
return p;
|
||||
}
|
||||
|
|
@ -756,7 +757,7 @@ struct servent *getservbyname(const char *name, const char *proto) {
|
|||
s->s_name = \"domain\";
|
||||
s->s_port = htons(53);
|
||||
s->s_proto = buf;
|
||||
} else
|
||||
} else
|
||||
s = NULL;
|
||||
return s;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue