From: Youngjae Shin Date: Wed, 13 Sep 2017 02:18:56 +0000 (+0900) Subject: fix coding rule error X-Git-Tag: accepted/tizen/4.0/unified/20170920.081450~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eee2674479a64eecb57fa69300c0c35d302e2f39;p=platform%2Fcore%2Fappfw%2Fevent-system.git fix coding rule error Change-Id: I84a63051517f849c35c25bc734bccf91b9d30c6a --- diff --git a/src/esd_main.c b/src/esd_main.c index 2ea6dba..1655228 100644 --- a/src/esd_main.c +++ b/src/esd_main.c @@ -264,9 +264,8 @@ static int __get_sender_uid(GDBusConnection *conn, const char *sender_name) int uid = -1; uid = __get_sender_unixinfo(conn, sender_name, "GetConnectionUnixUser"); - if (uid < 0) { + if (uid < 0) _E("failed to get uid"); - } _D("sender_name(%s), uid(%d)", sender_name, uid);