pespin has uploaded this change for review.

View Change

cosmetic: iuup.h: Fix indentation

Change-Id: I10a2d2a872fd6fdae8b4af94995300af3144b551
---
M include/osmocom/gsm/iuup.h
1 file changed, 3 insertions(+), 3 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/93/28193/1
diff --git a/include/osmocom/gsm/iuup.h b/include/osmocom/gsm/iuup.h
index db3d5e0..ab6b8ac 100644
--- a/include/osmocom/gsm/iuup.h
+++ b/include/osmocom/gsm/iuup.h
@@ -44,10 +44,10 @@
};
struct osmo_iuup_rfci {
uint8_t used:1,
- spare1:1,
- id:6;
+ spare1:1,
+ id:6;
uint8_t spare2:4,
- IPTI:4; /* values range 0-15, 4 bits */;
+ IPTI:4; /* values range 0-15, 4 bits */;
uint16_t subflow_sizes[IUUP_MAX_SUBFLOWS];
};
struct osmo_iuup_rnl_config {

To view, visit change 28193. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I10a2d2a872fd6fdae8b4af94995300af3144b551
Gerrit-Change-Number: 28193
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange