From 01d869632feffca4356b3e5352bef75f3771e384 Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Wed, 13 Sep 2017 11:38:47 +0900 Subject: [PATCH] fix coding rule error Change-Id: I3e8a62f7bdcc11ace0fda262b152b21e9cd33556 Signed-off-by: Youngjae Shin --- include/SLP_UI_Gadget_PG.h | 2 +- src/manager.c | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/include/SLP_UI_Gadget_PG.h b/include/SLP_UI_Gadget_PG.h index 84712b9..2810a13 100755 --- a/include/SLP_UI_Gadget_PG.h +++ b/include/SLP_UI_Gadget_PG.h @@ -885,7 +885,7 @@ To disable transition effect : break; default: break; - } + } @endcode * @} diff --git a/src/manager.c b/src/manager.c index e10935e..6510f23 100644 --- a/src/manager.c +++ b/src/manager.c @@ -588,9 +588,8 @@ static int ugman_ug_getopt(ui_gadget_h ug) return -1; /* Indicator Option */ - if (ug->mode == UG_MODE_FULLVIEW) { + if (ug->mode == UG_MODE_FULLVIEW) ugman_indicator_update(ug->opt, UG_EVENT_NONE); - } return 0; } @@ -1366,11 +1365,10 @@ void *ugman_get_conformant(void) return NULL; } - if (eng_ops && eng_ops->create) { + if (eng_ops && eng_ops->create) ret = eng_ops->request(ug_man.win, NULL, UG_UI_REQ_GET_CONFORMANT); - } else { + else _WRN("ui engine is not loaded"); - } return ret; } -- 2.7.4