pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/29515 )
Change subject: cosmetic: osmux: Properly separate expressions with whitespace
......................................................................
cosmetic: osmux: Properly separate expressions with whitespace
Change-Id: I524899148da767516c7c1e4bc47b9d3a7b726356
---
M src/osmux.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
fixeria: Looks good to me, approved
diff --git a/src/osmux.c b/src/osmux.c
index 419645c..9816abb 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -243,7 +243,7 @@
osmo_timer_schedule(&h->timer, 0, 0);
}
- for (i=0; i<osmuxh->ctr+1; i++) {
+ for (i = 0; i < osmuxh->ctr + 1; i++) {
struct rtp_hdr *rtph;
msg = osmux_rebuild_rtp(h, osmuxh,
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/29515
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I524899148da767516c7c1e4bc47b9d3a7b726356
Gerrit-Change-Number: 29515
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged