From 422eed2e01db73146687332f57a919e910e811cf Mon Sep 17 00:00:00 2001 From: zkx Date: Tue, 28 Mar 2023 14:38:23 +0800 Subject: [PATCH] remove space Signed-off-by: zkx --- interfaces/kits/js/src/mod_fs/properties/open.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/kits/js/src/mod_fs/properties/open.cpp b/interfaces/kits/js/src/mod_fs/properties/open.cpp index 1bb4350f0..586902b1a 100644 --- a/interfaces/kits/js/src/mod_fs/properties/open.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/open.cpp @@ -120,7 +120,7 @@ static string GetBundleNameSelf() { int uid = -1; uid = IPCSkeleton::GetCallingUid(); - + sptr bundleMgrProxy = GetBundleMgrProxy(); if (!bundleMgrProxy) { HILOGE("Bundle mgr proxy is null ptr."); -- Gitee