Remove unnecessary indent in DATA frame line
This commit is contained in:
parent
68c072485c
commit
3ed5c78a2c
|
@ -763,7 +763,6 @@ void print_data_frame(print_type ptype, uint16_t length, uint8_t flags,
|
||||||
printf("%sDATA%s frame (length=%d, flags=%d, stream_id=%d)\n",
|
printf("%sDATA%s frame (length=%d, flags=%d, stream_id=%d)\n",
|
||||||
frame_name_ansi_esc(ptype), ansi_escend(),
|
frame_name_ansi_esc(ptype), ansi_escend(),
|
||||||
length, flags, stream_id);
|
length, flags, stream_id);
|
||||||
print_frame_attr_indent();
|
|
||||||
}
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue