pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/15/29515/1
diff --git a/src/osmux.c b/src/osmux.c
index e5c8ad1..991fd33 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: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange