From 674f7c86ace0cdb92f0afc58a3d38d3bf3be4840 Mon Sep 17 00:00:00 2001 From: wuminjie Date: Mon, 20 May 2024 17:06:59 +0800 Subject: [PATCH] =?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 | 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