projects
/
platform
/
core
/
appfw
/
pkgmgr-tool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841bf6e
)
Fix coding style issue
01/120901/1
author
Junghyun Yeon
<jungh.yeon@samsung.com>
Fri, 24 Mar 2017 13:47:09 +0000
(22:47 +0900)
committer
Junghyun 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
patch
|
blob
|
history
diff --git
a/src/pkg_cleardata.c
b/src/pkg_cleardata.c
index ca467e54e1e3ce5a984f32b7d9aadfdb7f6340e4..363bf8247578a7c590fcf3e0bba87d4a7f76d5cf 100644
(file)
--- a/
src/pkg_cleardata.c
+++ b/
src/pkg_cleardata.c
@@
-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);