summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/dns/rdata.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-25 05:00:42 +0000
committerjsg <jsg@openbsd.org>2020-02-25 05:00:42 +0000
commitb9558d14c675017cf470d7469a47201d05e39444 (patch)
tree87aa02ef162f9d85fbda212fa4945ff35cb8fdc6 /usr.bin/dig/lib/dns/rdata.c
parentremove some unused typedefs (diff)
downloadwireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.tar.xz
wireguard-openbsd-b9558d14c675017cf470d7469a47201d05e39444.zip
reduce multiple newlines
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata.c')
-rw-r--r--usr.bin/dig/lib/dns/rdata.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/dig/lib/dns/rdata.c b/usr.bin/dig/lib/dns/rdata.c
index 23ff09bb54d..3d089672acb 100644
--- a/usr.bin/dig/lib/dns/rdata.c
+++ b/usr.bin/dig/lib/dns/rdata.c
@@ -14,11 +14,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rdata.c,v 1.23 2020/02/24 17:57:54 florian Exp $ */
+/* $Id: rdata.c,v 1.24 2020/02/25 05:00:42 jsg Exp $ */
/*! \file */
-
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
@@ -1142,7 +1141,6 @@ static const char atob_digits[86] =
* Modified to be re-entrant 3/2/99.
*/
-
struct state {
int32_t Ceor;
int32_t Csum;
@@ -1224,7 +1222,6 @@ byte_btoa(int c, isc_buffer_t *target, struct state *state) {
return (ISC_R_SUCCESS);
}
-
/*
* Encode the binary data from inbuf, of length inbuflen, into a
* target. Return success/failure status