Commit b5d793de authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

app_helper: Remove redundant line separator after frame debug output

parent 4caddec9
...@@ -469,7 +469,6 @@ void print_frame(print_type ptype, const nghttp2_frame *frame) ...@@ -469,7 +469,6 @@ void print_frame(print_type ptype, const nghttp2_frame *frame)
break; break;
default: default:
fprintf(outfile, "\n");
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment