The newlines weren't needed for the yaml syntax, and took up space.
char *hash;
int pf;
- printf("-\n");
- printf(" type: MESSAGE\n");
+ printf("- type: MESSAGE\n");
printf(" message:\n");
if (isquery) {
va_list args;
if (yaml) {
- printf("-\n");
- printf(" type: DIG_ERROR\n");
+ printf("- type: DIG_ERROR\n");
/*
* Print an indent before a literal block quote.
char *hash;
int pf;
- printf("-\n");
- printf(" type: MESSAGE\n");
+ printf("- type: MESSAGE\n");
printf(" message:\n");
if (((response->flags & DNS_MESSAGEFLAG_RD) != 0) &&