From 1218db1ca3d0633c1df3b39fcac2baf17bd7eee7 Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 27 Jun 2022 13:43:35 -0600 Subject: board/kuldax/fw_config.h: Format with clang-format BUG=b:236386294 BRANCH=none TEST=none Change-Id: I12dc564c4d1fc2df66cc9b07916b5236e900807f Signed-off-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728602 Reviewed-by: Jeremy Bettis --- board/kuldax/fw_config.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'board/kuldax') diff --git a/board/kuldax/fw_config.h b/board/kuldax/fw_config.h index 5ddb3b02a1..ff1f3583fe 100644 --- a/board/kuldax/fw_config.h +++ b/board/kuldax/fw_config.h @@ -13,15 +13,9 @@ * * Source of truth is the project/brask/brask/config.star configuration file. */ -enum ec_cfg_audio_type { - DB_AUDIO_UNKNOWN = 0, - DB_NAU88L25B_I2S = 1 -}; +enum ec_cfg_audio_type { DB_AUDIO_UNKNOWN = 0, DB_NAU88L25B_I2S = 1 }; -enum ec_cfg_bj_power { - BJ_135W = 0, - BJ_230W = 1 -}; +enum ec_cfg_bj_power { BJ_135W = 0, BJ_230W = 1 }; union brask_cbi_fw_config { struct { -- cgit v1.2.1