From 61f11922d3f97561af9780652c5b75f75c2d8e97 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Sat, 4 Feb 2017 23:45:35 +0000 Subject: [PATCH] update copyright notice / whitespace --- lib/dns/dnstap.c | 4 ++-- lib/dns/tests/dnstap_test.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/dns/dnstap.c b/lib/dns/dnstap.c index 3c9e4fd065..11a97b80ec 100644 --- a/lib/dns/dnstap.c +++ b/lib/dns/dnstap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -1184,7 +1184,7 @@ dns_dt_datatotext(dns_dtdata_t *d, isc_buffer_t **dest) { } else { CHECK(putstr(dest, "?")); } - + CHECK(putstr(dest, " ")); /* Protocol */ diff --git a/lib/dns/tests/dnstap_test.c b/lib/dns/tests/dnstap_test.c index 9c895fb123..9ceee80ac4 100644 --- a/lib/dns/tests/dnstap_test.c +++ b/lib/dns/tests/dnstap_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC") * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this