From 6f6e436ed3756d03743606afdca1a3ccbbbfd259 Mon Sep 17 00:00:00 2001 From: shenchenkai Date: Fri, 12 Nov 2021 16:14:17 +0800 Subject: [PATCH] Description:[fix] fix gn format Change-Id: I2a228512178faa8440196377b89191ca0695220d Signed-off-by: shenchenkai --- command/BUILD.gn | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/command/BUILD.gn b/command/BUILD.gn index 4b05c0b..c6e7fc2 100755 --- a/command/BUILD.gn +++ b/command/BUILD.gn @@ -12,12 +12,10 @@ # limitations under the License. static_library("hievent_lite_command") { - sources = [ - "hievent_lite_command.c", - ] - cflags = [ "-Wall" ] - include_dirs = [ - "//base/hiviewdfx/utils/lite", - "//utils/native/lite/include" - ] + sources = [ "hievent_lite_command.c" ] + cflags = [ "-Wall" ] + include_dirs = [ + "//base/hiviewdfx/utils/lite", + "//utils/native/lite/include", + ] } -- Gitee