app_helper: Remove redundant line separator after frame debug output
This commit is contained in:
parent
4caddec9ba
commit
b5d793dee6
|
@ -469,7 +469,6 @@ void print_frame(print_type ptype, const nghttp2_frame *frame)
|
||||||
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(outfile, "\n");
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue