hnbgw_cn.c: fix sourcecode formatting

Change-Id: I50ec3a4a5c2f65c85adc177f83123991f949e9cf
This commit is contained in:
Philipp Maier 2022-01-12 15:33:03 +01:00
parent dd29038a8f
commit 60008b1457
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ static int handle_cn_ranap(struct hnbgw_cnlink *cnlink, const struct osmo_scu_un
int rc;
memset(pdu, 0, sizeof(*pdu));
dec_ret = aper_decode(NULL,&asn_DEF_RANAP_RANAP_PDU, (void **) &pdu,
dec_ret = aper_decode(NULL, &asn_DEF_RANAP_RANAP_PDU, (void **) &pdu,
data, len, 0, 0);
if (dec_ret.code != RC_OK) {
LOGP(DRANAP, LOGL_ERROR, "Error in RANAP ASN.1 decode\n");