From c64a6e55bd574d26e0c077dee8979d179d46e153 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Thu, 27 Jan 2022 17:14:45 +0800 Subject: [PATCH] init: fix format Signed-off-by: xionglei6 --- services/param/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/param/BUILD.gn b/services/param/BUILD.gn index 696f21c0..0094d5e6 100755 --- a/services/param/BUILD.gn +++ b/services/param/BUILD.gn @@ -89,7 +89,7 @@ ohos_shared_library("param_client") { ] defines = [ "INIT_AGENT" ] - + defines += [ "_GNU_SOURCE" ] if (param_security == "selinux") { -- GitLab