summaryrefslogtreecommitdiff
path: root/vconf-compat
diff options
context:
space:
mode:
authorjusung son <jusung07.son@samsung.com>2017-09-28 22:59:55 +0900
committerjusung son <jusung07.son@samsung.com>2017-09-28 22:59:55 +0900
commit7e8023e54a226413f4b8eb5ad09ce2daa0709c1e (patch)
tree8446fee6462116a6544120c9e32ce8c1ad42a604 /vconf-compat
parent648394f0399a3ee7d912d06dde1ca5d6bff573fa (diff)
downloadbuxton2-7e8023e54a226413f4b8eb5ad09ce2daa0709c1e.tar.gz
buxton2-7e8023e54a226413f4b8eb5ad09ce2daa0709c1e.tar.bz2
buxton2-7e8023e54a226413f4b8eb5ad09ce2daa0709c1e.zip
Apply Coding rule
Change-Id: I1221f7a8cc9cacf0409eed34ca2d84ab6ec677da Signed-off-by: jusung son <jusung07.son@samsung.com>
Diffstat (limited to 'vconf-compat')
-rwxr-xr-xvconf-compat/vconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vconf-compat/vconf.c b/vconf-compat/vconf.c
index 2f9b906..5182b87 100755
--- a/vconf-compat/vconf.c
+++ b/vconf-compat/vconf.c
@@ -924,7 +924,7 @@ EXPORT int vconf_get_ext_errno(void)
if (last_result)
return VCONF_OK;
- switch(errno) {
+ switch (errno) {
case ENOENT:
ret = VCONF_ERROR_FILE_NO_ENT;
break;