remove unnecessary '/' from the path
[platform/core/system/libstorage.git] / src / storage-internal.c
index a177878..7f5d359 100755 (executable)
@@ -62,7 +62,7 @@ static const char *internal_get_root(void)
 {
        const char *ret;
 
-       if(is_compat_bind_mount())
+       if (is_compat_bind_mount())
                ret = COMPAT_DIR;
        else
                ret = tzplatform_getenv(TZ_USER_CONTENT);