pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-netif/+/40121?usp=email )
Change subject: cosmetic: stream: Fix line indentation
......................................................................
cosmetic: stream: Fix line indentation
Change-Id: I8ea52e30ff25851dfb51cbbb6c3da910c0692bd1
---
M src/stream.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/21/40121/1
diff --git a/src/stream.c b/src/stream.c
index 5033f4c..fb15f93 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -296,7 +296,7 @@
struct cmsghdr *cmsg = NULL;
for (cmsg = CMSG_FIRSTHDR((struct msghdr *) msgh); cmsg != NULL;
- cmsg = CMSG_NXTHDR((struct msghdr *) msgh, cmsg)) {
+ cmsg = CMSG_NXTHDR((struct msghdr *) msgh, cmsg)) {
if (cmsg->cmsg_level == IPPROTO_SCTP && cmsg->cmsg_type == SCTP_SNDRCV)
{
sinfo = (const struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
break;
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/40121?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I8ea52e30ff25851dfb51cbbb6c3da910c0692bd1
Gerrit-Change-Number: 40121
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>