From ce3d56920b15facbb64b3caf0d823a3f57c0dded Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Fri, 22 Dec 2017 09:14:07 -0500 Subject: Remove as much trailing whitespace as possible. Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0 --- main/rtp_engine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/rtp_engine.c') diff --git a/main/rtp_engine.c b/main/rtp_engine.c index 67349cefa..6bedd1767 100644 --- a/main/rtp_engine.c +++ b/main/rtp_engine.c @@ -2236,7 +2236,7 @@ static void set_next_mime_type(struct ast_format *format, int rtp_code, const ch } /* Make sure any previous value in ast_rtp_mime_types is cleaned up */ - memset(&ast_rtp_mime_types[x], 0, sizeof(struct ast_rtp_mime_type)); + memset(&ast_rtp_mime_types[x], 0, sizeof(struct ast_rtp_mime_type)); if (format) { ast_rtp_mime_types[x].payload_type.asterisk_format = 1; ast_rtp_mime_types[x].payload_type.format = ao2_bump(format); -- cgit v1.2.3