From 83df47cd7af9c3a5b2570ad14ee44bc4c05ba909 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 21 Sep 2022 20:07:59 +0200 Subject: [PATCH] cosmetic: vty: Fix indentation whitespace Change-Id: I2f42707f815ca58690d86a956118b6661c59fda3 --- src/libosmo-mgcp/mgcp_vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libosmo-mgcp/mgcp_vty.c b/src/libosmo-mgcp/mgcp_vty.c index 796db852b..f6c3c756b 100644 --- a/src/libosmo-mgcp/mgcp_vty.c +++ b/src/libosmo-mgcp/mgcp_vty.c @@ -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,