laforge submitted this change.

View Change

Approvals: fixeria: Verified laforge: Looks good to me, approved
csn1: cosmetic: coding style improvements for #defines

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

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 change 29180. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ia00809aa95b91006149d62abbeda9493b5a64728
Gerrit-Change-Number: 29180
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-MessageType: merged