From 3eb05d2c1a0e85e8e29fa431bec7629095ce3b98 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 28 Aug 2019 11:17:08 +0200 Subject: cosmetic: fix formatting in if line Fixes: eefa30dce8fa8e0ae16a3108e23041f92ea6ab21 Fixes: 2d6a69e69a4b4cb2b8cc63c4810dae44e5a4d8f6 Change-Id: I9ee5f4142cacf912145693c72a53c0f531bad2c6 --- gtp/pdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtp') diff --git a/gtp/pdp.c b/gtp/pdp.c index 739cf73..518f5d4 100644 --- a/gtp/pdp.c +++ b/gtp/pdp.c @@ -109,7 +109,7 @@ static struct gsn_t *g_gsn; int pdp_init(struct gsn_t *gsn) { - if(!g_gsn) { + if (!g_gsn) { g_gsn = gsn; } else { LOGP(DLGTP, LOGL_FATAL, "This interface is depreacted and doesn't support multiple GGSN!"); -- cgit v1.2.3