Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/10440
Change subject: jibuf: fix indentation in line inside conditional clause
......................................................................
jibuf: fix indentation in line inside conditional clause
Change-Id: I3cb356a4a13d53e7f88a5e4595899bb2eb510d20
---
M src/jibuf.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/40/10440/1
diff --git a/src/jibuf.c b/src/jibuf.c
index 2632a57..502f6e5 100644
--- a/src/jibuf.c
+++ b/src/jibuf.c
@@ -322,7 +322,7 @@
struct msgb *msg, *tmp;
osmo_timer_del(&jb->timer);
llist_for_each_entry_safe(msg, tmp, &jb->msg_list, list)
- dequeue_msg(jb, msg);
+ dequeue_msg(jb, msg);
talloc_free(jb);
}
--
To view, visit https://gerrit.osmocom.org/10440
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3cb356a4a13d53e7f88a5e4595899bb2eb510d20
Gerrit-Change-Number: 10440
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>