Change in libosmo-netif[master]: jibuf: fix indentation in line inside conditional clause

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Aug 13 14:09:27 UTC 2018


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 <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180813/38bbd1af/attachment.htm>


More information about the gerrit-log mailing list