From: Evan Hunt Date: Fri, 8 Feb 2013 19:43:17 +0000 (-0800) Subject: [master] whitespace X-Git-Tag: v9.10.0a1~525 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cdd99263f24a64a14f0e26742b33fcb08e2db115;p=thirdparty%2Fbind9.git [master] whitespace --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index bfa6dd4b2bf..fc42adf37f9 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -1013,7 +1013,7 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) { TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "counters")); TRY0(xmlTextWriterWriteAttribute(writer, ISC_XMLCHAR "type", - ISC_XMLCHAR "opcode")); + ISC_XMLCHAR "opcode")); dns_opcodestats_dump(server->opcodestats, opcodestat_dump, &dumparg, 0);