From e8b69138f7007f8ed472e9dddf4e24ddaff583ce Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 18 Mar 2022 14:13:49 +0100 Subject: [PATCH] cosmetic: gsm_08_08.h: Add space between assignment sides This allows easier parsing of all the enum fields using scripts. Change-Id: Iebd51985551a98978b81f76f778ac7892a440d5c --- include/osmocom/gsm/protocol/gsm_08_08.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osmocom/gsm/protocol/gsm_08_08.h b/include/osmocom/gsm/protocol/gsm_08_08.h index 2162c2a06..0096895d1 100644 --- a/include/osmocom/gsm/protocol/gsm_08_08.h +++ b/include/osmocom/gsm/protocol/gsm_08_08.h @@ -266,7 +266,7 @@ enum GSM0808_IE_CODING { GSM0808_IE_SEGMENTATION = 79, GSM0808_IE_SERVICE_HANDOVER = 80, GSM0808_IE_SOURCE_RNC_TO_TARGET_RNC_TRANSPARENT_UMTS = 81, - GSM0808_IE_SOURCE_RNC_TO_TARGET_RNC_TRANSPARENT_CDMA2000= 82, + GSM0808_IE_SOURCE_RNC_TO_TARGET_RNC_TRANSPARENT_CDMA2000 = 82, GSM0808_IE_RESERVED_5 = 65, GSM0808_IE_RESERVED_6 = 66, GSM0808_IE_GERAN_CLASSMARK = 0x53,