pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/29866 )
Change subject: cosmetic: Fix indentation whitespace
......................................................................
cosmetic: Fix indentation whitespace
Change-Id: Ia47d30aceee0db30b403575dd696c1bec2dcf271
---
M src/osmux_input.c
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
dexter: Looks good to me, approved
diff --git a/src/osmux_input.c b/src/osmux_input.c
index 2c18b20..3420e8b 100644
--- a/src/osmux_input.c
+++ b/src/osmux_input.c
@@ -563,9 +563,9 @@
return 0;
default:
/* The RTP payload type is dynamically allocated,
- * although we use static ones. Assume that we always
- * receive AMR traffic.
- */
+ * although we use static ones. Assume that we always
+ * receive AMR traffic.
+ */
/* Add this RTP to the OSMUX batch */
ret = osmux_batch_add(batch, h->batch_factor,
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/29866
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: Ia47d30aceee0db30b403575dd696c1bec2dcf271
Gerrit-Change-Number: 29866
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged