From bc0603b2f4c1b746663de835c0edf3c73e1aeb3d Mon Sep 17 00:00:00 2001 From: jkjo92 Date: Thu, 14 Jul 2016 15:35:25 +0900 Subject: [PATCH] fix for coding rule Change-Id: Icdf1da3467515ed832c7086982ffe29b6b08a607 Signed-off-by: jkjo92 --- server/fido_asm_plugin_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/fido_asm_plugin_manager.c b/server/fido_asm_plugin_manager.c index 7b2255b..3f5e7f0 100644 --- a/server/fido_asm_plugin_manager.c +++ b/server/fido_asm_plugin_manager.c @@ -292,7 +292,7 @@ _asm_plugin_mgr_discover_all(_asm_plugin_discover_response_cb cb, void *user_dat cb_data->user_data = user_data; - if(cb_data->asm_proxy_list_iter == NULL) + if (cb_data->asm_proxy_list_iter == NULL) return FIDO_ERROR_NOT_SUPPORTED; _fido_asm_proxy_t *asm_proxy = (_fido_asm_proxy_t*)(cb_data->asm_proxy_list_iter->data); -- 2.7.4