pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-msc/+/35630?usp=email )


Change subject: cosmetic: vlc: Fix whitespace formatting in struct 
sgsn_subscriber_pdp_data
......................................................................

cosmetic: vlc: Fix whitespace formatting in struct sgsn_subscriber_pdp_data

Change-Id: If6194e778dc5a4a140c7893a74cafcb6511d5803
---
M src/libvlr/vlr.c
1 file changed, 15 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/30/35630/1

diff --git a/src/libvlr/vlr.c b/src/libvlr/vlr.c
index 37d7ffd..fb034cf 100644
--- a/src/libvlr/vlr.c
+++ b/src/libvlr/vlr.c
@@ -728,13 +728,13 @@
 /* see GSM 09.02, 17.7.1, PDP-Context and GPRSSubscriptionData */
 /* see GSM 09.02, B.1, gprsSubscriptionData */
 struct sgsn_subscriber_pdp_data {
-        struct llist_head       list;
+       struct llist_head       list;

-        unsigned int            context_id;
-        uint16_t                pdp_type;
-        char                    apn_str[GSM_APN_LENGTH];
-        uint8_t                 qos_subscribed[20];
-        size_t                  qos_subscribed_len;
+       unsigned int            context_id;
+       uint16_t                pdp_type;
+       char                    apn_str[GSM_APN_LENGTH];
+       uint8_t                 qos_subscribed[20];
+       size_t                  qos_subscribed_len;
 };

 struct sgsn_subscriber_pdp_data *

--
To view, visit https://gerrit.osmocom.org/c/osmo-msc/+/35630?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: If6194e778dc5a4a140c7893a74cafcb6511d5803
Gerrit-Change-Number: 35630
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to