From 79f0eedd657d75889009226aa7ce23eeac28df5c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 22 Oct 2015 16:24:03 +1100 Subject: [PATCH] cleanup trailing whitespace --- bin/delv/delv.html | 2 +- bin/python/dnssec-coverage.html | 2 +- bin/tests/Makefile.in | 2 +- bin/tools/Makefile.in | 2 +- doc/xsl/Makefile.in | 2 +- lib/dns/Makefile.in | 2 +- lib/dns/tests/Makefile.in | 4 ++-- util/update_copyrights | 4 +++- 8 files changed, 11 insertions(+), 9 deletions(-) diff --git a/bin/delv/delv.html b/bin/delv/delv.html index 9d418d8a97..ae1e107509 100644 --- a/bin/delv/delv.html +++ b/bin/delv/delv.html @@ -396,7 +396,7 @@
+[no]all

Set or clear the display options - +[no]comments, + +[no]comments, +[no]rrcomments, and +[no]trust as a group.

diff --git a/bin/python/dnssec-coverage.html b/bin/python/dnssec-coverage.html index 99cf1008cc..867b1468fd 100644 --- a/bin/python/dnssec-coverage.html +++ b/bin/python/dnssec-coverage.html @@ -79,7 +79,7 @@

The length of time to check for DNSSEC coverage. Key events scheduled further into the future than duration - will be ignored, and assumed to be correct. + will be ignored, and assumed to be correct.

The value of duration can be set in seconds, diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 788081c824..f4f7c1fc0a 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -134,7 +134,7 @@ XSRCS = adb_test.c \ @BIND9_MAKE_RULES@ -# disable optimization for backtrace test to get the expected result +# disable optimization for backtrace test to get the expected result BTTEST_CFLAGS = ${BACKTRACECFLAGS} ${EXT_CFLAGS} ${ALL_CPPFLAGS} -g \ ${ALWAYS_WARNINGS} ${STD_CWARNINGS} ${CWARNINGS} diff --git a/bin/tools/Makefile.in b/bin/tools/Makefile.in index 7f0b5c0bb1..dfc2951b02 100644 --- a/bin/tools/Makefile.in +++ b/bin/tools/Makefile.in @@ -44,7 +44,7 @@ LWRESDEPLIBS = ../../lib/lwres/liblwres.@A@ LIBS = ${ISCLIBS} @LIBS@ NOSYMLIBS = ${ISCNOSYMLIBS} @LIBS@ -SUBDIRS = +SUBDIRS = DNSTAPTARGETS = dnstap-read@EXEEXT@ TARGETS = arpaname@EXEEXT@ named-journalprint@EXEEXT@ \ diff --git a/doc/xsl/Makefile.in b/doc/xsl/Makefile.in index ed925ca41c..da9881477d 100644 --- a/doc/xsl/Makefile.in +++ b/doc/xsl/Makefile.in @@ -23,4 +23,4 @@ TARGETS = distclean:: rm -f isc-docbook-chunk.xsl isc-docbook-html.xsl \ - isc-manpage.xsl isc-notes-html.xsl + isc-manpage.xsl isc-notes-html.xsl diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index 9412f081da..3d3658f303 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -57,7 +57,7 @@ PKCS11LINKOBJS = pkcs11dh_link.@O@ pkcs11dsa_link.@O@ pkcs11rsa_link.@O@ \ DSTOBJS = @DST_EXTRA_OBJS@ @OPENSSLLINKOBJS@ @PKCS11LINKOBJS@ \ dst_api.@O@ dst_lib.@O@ dst_parse.@O@ dst_result.@O@ \ - gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@ + gssapi_link.@O@ gssapictx.@O@ hmac_link.@O@ key.@O@ GEOIPLINKOBJS = geoip.@O@ diff --git a/lib/dns/tests/Makefile.in b/lib/dns/tests/Makefile.in index 7b77d31c54..2416c065f2 100644 --- a/lib/dns/tests/Makefile.in +++ b/lib/dns/tests/Makefile.in @@ -61,7 +61,7 @@ SRCS = db_test.c \ time_test.c \ update_test.c \ zonemgr_test.c \ - zt_test.c + zt_test.c SUBDIRS = TARGETS = db_test@EXEEXT@ \ @@ -227,5 +227,5 @@ clean distclean:: rm -f ${TARGETS} rm -f atf.out rm -f testdata/master/master12.data testdata/master/master13.data \ - testdata/master/master14.data + testdata/master/master14.data rm -f zone.bin diff --git a/util/update_copyrights b/util/update_copyrights index d8aad3c1a7..e85473c61d 100644 --- a/util/update_copyrights +++ b/util/update_copyrights @@ -559,7 +559,9 @@ foreach $file (keys %file_types) { $body = "$body$_"; } $_ = $body; - } elsif ($type eq "SGML" && $sysyears =~ /$this_year/) { + } elsif (($type eq "SGML" || $type eq "HTML" || + $type eq "MAKE") && + $sysyears =~ /$this_year/) { my $body = ""; while () { # Remove trailing white space.