From 0da779458056899df2563ffcb9a08c8ac35ba0a9 Mon Sep 17 00:00:00 2001 From: wuminjie Date: Thu, 23 May 2024 10:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=A9=B1=E5=91=8A=E8=AD=A6=E4=BF=AE?= =?UTF-8?q?=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