pespin has uploaded this change for review.
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 change 29515. To unsubscribe, or for help writing mail filters, visit settings.