Change in libosmo-netif[master]: amr: Whitespace fix

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/.

ipse gerrit-no-reply at lists.osmocom.org
Fri May 15 12:31:34 UTC 2020


ipse has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/18317 )


Change subject: amr: Whitespace fix
......................................................................

amr: Whitespace fix

Change-Id: I7da6813a501ee97ca54611f627870c7eb842ddbe
---
M src/amr.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/17/18317/1

diff --git a/src/amr.c b/src/amr.c
index e4c7bb5..980d6ad 100644
--- a/src/amr.c
+++ b/src/amr.c
@@ -120,7 +120,7 @@
 
 	/* Match the length of the received payload against the expected frame
 	 * length that is defined by the frame type. */
-	if(!osmo_amr_ft_valid(oa_hdr->ft))
+	if (!osmo_amr_ft_valid(oa_hdr->ft))
 		return false;
 	frame_len = osmo_amr_bytes(oa_hdr->ft);
 	if (frame_len != payload_len - sizeof(struct amr_hdr))

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-netif/+/18317
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I7da6813a501ee97ca54611f627870c7eb842ddbe
Gerrit-Change-Number: 18317
Gerrit-PatchSet: 1
Gerrit-Owner: ipse <Alexander.Chemeris at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200515/56eaf882/attachment.htm>


More information about the gerrit-log mailing list