From 795ffc5e62e8ba383575dbcd9943a580d4bd3358 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Tue, 9 Jul 2024 15:50:21 +0200 Subject: formatting changes Manual format adjustments. Comment adjustments. Remove usage of the register keyword. --- include/dnsresolv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dnsresolv.h') diff --git a/include/dnsresolv.h b/include/dnsresolv.h index 0d01a87..ba388b5 100644 --- a/include/dnsresolv.h +++ b/include/dnsresolv.h @@ -22,7 +22,7 @@ * Revision 20180222, Erwin Hoffmann * - we consider in total 32 NS IPs (IPv4 + IPv6) * - added dns_transmit_start6 - * - added uint32 scope_ids[32], + * - added uint32 scope_ids[32], * the initial NS scopes read from /etc/resolv.conf et al. * Revision 20180118, Erwin Hoffmann * - included MSGSIZE for DNS messages (instead of MTUSIZE) @@ -31,7 +31,7 @@ * Revision 20170902, Erwin Hoffmann * - added old definitions from *qmail for (temp) backwards compatibility * - added more DNS RR definitions -*/ + */ #include "iopause.h" #include "stralloc.h" -- cgit v1.2.3