From d24e3ed0d275313c61019d16a1934e322bf3de67 Mon Sep 17 00:00:00 2001 From: Raymond Knopp <raymond.knopp@eurecom.fr> Date: Mon, 18 May 2015 15:42:15 +0000 Subject: [PATCH] indent git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7435 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/SGW-LITE/spgw_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openair-cn/SGW-LITE/spgw_config.c b/openair-cn/SGW-LITE/spgw_config.c index 608afb57bba..7a4b896e21f 100755 --- a/openair-cn/SGW-LITE/spgw_config.c +++ b/openair-cn/SGW-LITE/spgw_config.c @@ -166,7 +166,7 @@ int spgw_config_process(spgw_config_t* config_pP) if (strncasecmp("lo",config_pP->sgw_config.ipv4.sgw_interface_name_for_S1u_S12_S4_up, strlen("lo")) == 0) { config_pP->sgw_config.local_to_eNB = TRUE; - } else { + } else { config_pP->sgw_config.local_to_eNB = FALSE; if (snprintf(system_cmd, 256, -- GitLab