[v9_9] minor cleanup

This commit is contained in:
Evan Hunt 2012-11-14 13:35:54 -08:00
parent 92dec9531f
commit ab07e0bd1b

View file

@ -566,7 +566,7 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg,
TRY0(xmlTextWriterEndElement(writer));
/* counter */
}
#else
#else /* !NEWSTATS */
writer = arg;
if (category != NULL) {
@ -596,10 +596,8 @@ dump_counters(isc_stats_t *stats, statsformat_t type, void *arg,
TRY0(xmlTextWriterEndElement(writer)); /* counter */
if (category != NULL)
TRY0(xmlTextWriterEndElement(writer)); /* category */
#endif
/*endif newstats*/
#endif
/*endif libxml2*/
#endif /* NEWSTATS */
#endif /* LIBXML2 */
break;
}
}