From 7e5bb6283dbfe9c44d5be85b2cd04675153c011e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 28 Sep 2016 08:20:58 +0800 Subject: COSMETIC: 'if' is not a function, so there is space before '(' Change-Id: Ic22623dffce998d70a3c67aa6e445de98f558ed7 --- openbsc/src/gprs/sgsn_libgtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsc/src/gprs/sgsn_libgtp.c') diff --git a/openbsc/src/gprs/sgsn_libgtp.c b/openbsc/src/gprs/sgsn_libgtp.c index 9f6532532..127ee30ba 100644 --- a/openbsc/src/gprs/sgsn_libgtp.c +++ b/openbsc/src/gprs/sgsn_libgtp.c @@ -328,13 +328,13 @@ static int send_act_pdp_cont_acc(struct sgsn_pdp_ctx *pctx) /* Send PDP CTX ACT to MS */ rc = gsm48_tx_gsm_act_pdp_acc(pctx); - if(rc < 0) + if (rc < 0) return rc; /* Send SNDCP XID to MS */ lle = &pctx->mm->gb.llme->lle[pctx->sapi]; rc = sndcp_sn_xid_req(lle,pctx->nsapi); - if(rc < 0) + if (rc < 0) return rc; return 0; -- cgit v1.2.3