Fix coding style issue 01/120901/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 24 Mar 2017 13:47:09 +0000 (22:47 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 24 Mar 2017 13:47:09 +0000 (22:47 +0900)
Change-Id: I2e87b6348c1712420e3bd1727559a728cf2c9291
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/pkg_cleardata.c

index ca467e54e1e3ce5a984f32b7d9aadfdb7f6340e4..363bf8247578a7c590fcf3e0bba87d4a7f76d5cf 100644 (file)
@@ -426,7 +426,7 @@ int main(int argc, char *argv[])
                return -1;
        }
 
-       ret = pkgmgr_installer_set_uid(pi,uid);
+       ret = pkgmgr_installer_set_uid(pi, uid);
        if (ret != 0) {
                LOGE("Failed to set uid[%d]", (int)uid);
                pkgmgr_installer_free(pi);