diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-02-25 05:00:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-02-25 05:00:44 +0000 |
commit | 3a4556306a73a9ce69c54c017d62dca0237ab0af (patch) | |
tree | 5b3958bc4dd8797135ef402888e7a84f9df1a827 /usr.bin/dig/lib/dns/rdata/generic/null_10.c | |
parent | dac89e7eb9e006a8e237555834e718089ed93e07 (diff) |
reduce multiple newlines
Diffstat (limited to 'usr.bin/dig/lib/dns/rdata/generic/null_10.c')
-rw-r--r-- | usr.bin/dig/lib/dns/rdata/generic/null_10.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/dig/lib/dns/rdata/generic/null_10.c b/usr.bin/dig/lib/dns/rdata/generic/null_10.c index 47792a568ee..5af436d17dc 100644 --- a/usr.bin/dig/lib/dns/rdata/generic/null_10.c +++ b/usr.bin/dig/lib/dns/rdata/generic/null_10.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: null_10.c,v 1.8 2020/02/24 17:45:26 florian Exp $ */ +/* $Id: null_10.c,v 1.9 2020/02/25 05:00:43 jsg Exp $ */ /* Reviewed: Thu Mar 16 13:57:50 PST 2000 by explorer */ @@ -55,10 +55,4 @@ towire_null(ARGS_TOWIRE) { return (mem_tobuffer(target, rdata->data, rdata->length)); } - - - - - - #endif /* RDATA_GENERIC_NULL_10_C */ |