Change in libosmocore[master]: gsm_08_58: fix sourcecode formatting

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Aug 31 19:54:29 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/25286 )

Change subject: gsm_08_58: fix sourcecode formatting
......................................................................

gsm_08_58: fix sourcecode formatting

struct abis_rsl_osmo_rep_acch_cap has an indentation level that is too
deep.

Change-Id: Ie15feac75d1aa4fe5e5e237b14119addf09e5d77
---
M include/osmocom/gsm/protocol/gsm_08_58.h
1 file changed, 12 insertions(+), 12 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index 0182d8d..5713a0f 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -123,19 +123,19 @@
 /* Osmocom specific IE to negotiate repeated ACCH capabilities */
 struct abis_rsl_osmo_rep_acch_cap {
 #if OSMO_IS_BIG_ENDIAN
-		uint8_t reserved:1,
-			rxqual:3,
-			ul_sacch:1,
-			dl_sacch:1,
-			dl_facch_all:1,
-			dl_facch_cmd:1;
+	uint8_t reserved:1,
+		rxqual:3,
+		ul_sacch:1,
+		dl_sacch:1,
+		dl_facch_all:1,
+		dl_facch_cmd:1;
 #elif OSMO_IS_LITTLE_ENDIAN
-		uint8_t dl_facch_cmd:1,
-			dl_facch_all:1,
-			dl_sacch:1,
-			ul_sacch:1,
-			rxqual:3,
-			reserved:1;
+	uint8_t dl_facch_cmd:1,
+		dl_facch_all:1,
+		dl_sacch:1,
+		ul_sacch:1,
+		rxqual:3,
+		reserved:1;
 #endif
 } __attribute__ ((packed));
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ie15feac75d1aa4fe5e5e237b14119addf09e5d77
Gerrit-Change-Number: 25286
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210831/e6f4c3f9/attachment.htm>


More information about the gerrit-log mailing list