aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sndcp.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-09-28 08:20:58 +0800
committerHarald Welte <laforge@gnumonks.org>2016-09-28 00:47:28 +0000
commit7e5bb6283dbfe9c44d5be85b2cd04675153c011e (patch)
treefe3d235cbae5557c1849824aa08347755dca505e /openbsc/src/gprs/gprs_sndcp.c
parent3ea9fece6dab31a8dc8f1bf9badad9bb80149fbd (diff)
COSMETIC: 'if' is not a function, so there is space before '('
Diffstat (limited to 'openbsc/src/gprs/gprs_sndcp.c')
-rw-r--r--openbsc/src/gprs/gprs_sndcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_sndcp.c b/openbsc/src/gprs/gprs_sndcp.c
index 0b18f816e..1cbeede09 100644
--- a/openbsc/src/gprs/gprs_sndcp.c
+++ b/openbsc/src/gprs/gprs_sndcp.c
@@ -779,7 +779,7 @@ int sndcp_llunitdata_ind(struct msgb *msg, struct gprs_llc_lle *lle,
/* FIXME: move this RA_ID up to the LLME or even higher */
bssgp_parse_cell_id(&sne->ra_id, msgb_bcid(msg));
- if(scomph) {
+ if (scomph) {
sne->defrag.pcomp = scomph->pcomp;
sne->defrag.dcomp = scomph->dcomp;
sne->defrag.proto = lle->llme->comp.proto;