From d1b9db7c142af40207e96339bcf24773722361da Mon Sep 17 00:00:00 2001 From: wuminjie Date: Mon, 20 May 2024 17:06:59 +0800 Subject: [PATCH] =?UTF-8?q?fixed=207b498d8=20from=20https://gitee.com/wumi?= =?UTF-8?q?njieailiumin/systemabilitymgr=5Fsamgr=5Flite/pulls/145=20?= =?UTF-8?q?=E5=91=8A=E8=AD=A6=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuminjie --- samgr_endpoint/source/samgr_mini_ipc_adapter.c | 4 ++-- samgr_endpoint/source/samgr_small_ipc_adapter.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samgr_endpoint/source/samgr_mini_ipc_adapter.c b/samgr_endpoint/source/samgr_mini_ipc_adapter.c index e94d07a..c86a4ac 100644 --- a/samgr_endpoint/source/samgr_mini_ipc_adapter.c +++ b/samgr_endpoint/source/samgr_mini_ipc_adapter.c @@ -169,6 +169,6 @@ static void GetRemotePolicy(IpcIo *reply, PolicyTrans **policy, uint32 *policyNu break; default: break; - } + } } -} \ No newline at end of file +} diff --git a/samgr_endpoint/source/samgr_small_ipc_adapter.c b/samgr_endpoint/source/samgr_small_ipc_adapter.c index d640f78..fe6e29b 100644 --- a/samgr_endpoint/source/samgr_small_ipc_adapter.c +++ b/samgr_endpoint/source/samgr_small_ipc_adapter.c @@ -358,6 +358,6 @@ static void GetRemotePolicy(IpcIo *reply, PolicyTrans **policy, uint32 *policyNu break; default: break; - } + } } -} \ No newline at end of file +} -- Gitee