cosmetic: vty: Fix indentation whitespace

Change-Id: I2f42707f815ca58690d86a956118b6661c59fda3
This commit is contained in:
Pau Espin 2022-09-21 20:07:59 +02:00
parent c5bbb78ffe
commit 83df47cd7a
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static void dump_rtp_end(struct vty *vty, struct mgcp_conn_rtp *conn)
rx_packets->current, rx_bytes->current, VTY_NEWLINE,
state->in_stream.err_ts_ctr->current,
state->out_stream.err_ts_ctr->current,
VTY_NEWLINE,
VTY_NEWLINE,
dropped_packets->current, VTY_NEWLINE,
codec->payload_type, codec->rate, codec->channels, VTY_NEWLINE,
codec->frame_duration_num, codec->frame_duration_den,