From 35faaff6187e07fc84dd51a1a67fc2a326ef9067 Mon Sep 17 00:00:00 2001 From: zhong_ning Date: Fri, 30 Jul 2021 20:39:42 +0800 Subject: [PATCH] fix codestyle Signed-off-by: zhong_ning --- interfaces/innerkits/socket/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/innerkits/socket/BUILD.gn b/interfaces/innerkits/socket/BUILD.gn index 2c1e75bf2..43cb71b5d 100644 --- a/interfaces/innerkits/socket/BUILD.gn +++ b/interfaces/innerkits/socket/BUILD.gn @@ -25,6 +25,6 @@ ohos_static_library("libsocket") { deps = [ "//base/startup/init_lite/services/log:init_log", - "//third_party/bounds_checking_function:libsec_static", + "//third_party/bounds_checking_function:libsec_static", ] }