From 39a789fb1638f7e0d1f87b5e48a89c694da6828d Mon Sep 17 00:00:00 2001 From: wuminjie Date: Thu, 23 May 2024 10:10:00 +0800 Subject: [PATCH] =?UTF-8?q?fixed=200da7794=20from=20https://gitee.com/wumi?= =?UTF-8?q?njieailiumin/systemabilitymgr=5Fsamgr=5Flite/pulls/147=20?= =?UTF-8?q?=E8=93=9D=E9=A9=B1=E5=91=8A=E8=AD=A6=E4=BF=AE=E5=A4=8D?= 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 | 2 +- samgr_endpoint/source/samgr_small_ipc_adapter.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samgr_endpoint/source/samgr_mini_ipc_adapter.c b/samgr_endpoint/source/samgr_mini_ipc_adapter.c index e94d07a..919aaea 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..2749f88 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