aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-01-07 18:14:12 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-07 18:14:12 +0100
commitd04e6693caa05f14a654d840f9e4968161e712c4 (patch)
tree176791dd3462882543c675c3cdcb59cd04ca7cc2
parentdb6f803eb06b2227faa157b55f571633bf645558 (diff)
cosmetic: gprs_gmm: Remove trailing whitespace
-rw-r--r--src/gprs/gprs_gmm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gprs/gprs_gmm.c b/src/gprs/gprs_gmm.c
index 9c2d548f8..f4591f7e5 100644
--- a/src/gprs/gprs_gmm.c
+++ b/src/gprs/gprs_gmm.c
@@ -688,7 +688,7 @@ static bool check_auth_resp(struct sgsn_mm_ctx *ctx,
expect_res = vec->sres;
expect_res_len = sizeof(vec->sres);
}
-
+
if (!(vec->auth_types & expect_type)) {
LOGMMCTXP(LOGL_ERROR, ctx, "Auth error: auth vector does"
" not provide the expected auth type:"
@@ -2477,7 +2477,7 @@ static int do_act_pdp_req(struct sgsn_mm_ctx *mmctx, struct msgb *msg, bool *del
/* FIXME: print IPv6 address */
}
break;
- default:
+ default:
DEBUGPC(DMM, "0x%02x ", req_pdpa[1]);
break;
}