fix coding rule error 98/149698/1
authorYoungjae Shin <yj99.shin@samsung.com>
Wed, 13 Sep 2017 02:18:56 +0000 (11:18 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 13 Sep 2017 02:18:56 +0000 (11:18 +0900)
Change-Id: I84a63051517f849c35c25bc734bccf91b9d30c6a

src/esd_main.c

index 2ea6dba..1655228 100644 (file)
@@ -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);