laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-gprs/+/29180 )

Change subject: csn1: cosmetic: coding style improvements for #defines
......................................................................

csn1: cosmetic: coding style improvements for #defines

Change-Id: Ia00809aa95b91006149d62abbeda9493b5a64728
---
M include/osmocom/csn1/csn1.h
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  fixeria: Verified
  laforge: Looks good to me, approved



diff --git a/include/osmocom/csn1/csn1.h b/include/osmocom/csn1/csn1.h
index 9b29ba8..0f58895 100644
--- a/include/osmocom/csn1/csn1.h
+++ b/include/osmocom/csn1/csn1.h
@@ -219,11 +219,11 @@
 gint16 osmo_csn1_stream_encode(csnStream_t* ar, const CSN_DESCR* pDescr, 
struct bitvec *vector, unsigned *writeIndex, void* data);

 /* CSN struct macro's */
-#define  CSN_DESCR_BEGIN(_STRUCT)\
-        CSN_DESCR CSNDESCR_##_STRUCT[] = {
+#define CSN_DESCR_BEGIN(_STRUCT) \
+       CSN_DESCR CSNDESCR_##_STRUCT[] = {

-#define  CSN_DESCR_END(_STRUCT)\
-         {CSN_END, 0, {0}, 0, FALSE, "", 0, NULL} };
+#define CSN_DESCR_END(_STRUCT) \
+       {CSN_END, 0, {0}, 0, FALSE, "", 0, NULL} };

 /******************************************************************************
  * CSN_ERROR(Par1, Par2, Par3)

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

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ia00809aa95b91006149d62abbeda9493b5a64728
Gerrit-Change-Number: 29180
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to