aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
diff options
context:
space:
mode:
authorJordan Augé <jordan.auge+fdio@cisco.com>2019-11-05 12:28:49 +0000
committerGerrit Code Review <gerrit@fd.io>2019-11-05 12:28:49 +0000
commit8adda70cd102a3ea5d91a72aecfde7107dd0c807 (patch)
tree7fcf5a6644d51ce1ab459fe2bd2888aea39c7b51 /ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
parent9793bd7849975399ca103480ab946669888080a8 (diff)
parent29bb779084d76fb31e1b5dfbf54995918d02fc0e (diff)
Merge "[HICN-372] Code clean up"
Diffstat (limited to 'ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c')
-rw-r--r--ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
index e8f168706..82d4a7e6e 100644
--- a/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
+++ b/ctrl/facemgr/src/interfaces/hicn_light/hicn_light.c
@@ -242,7 +242,6 @@ int hl_on_event(interface_t * interface, const facelet_t * facelet)
if (!data->s) {
/* We are not connected to the forwarder */
goto ERR;
-
}
switch(facelet_get_event(facelet)) {