summaryrefslogtreecommitdiff
path: root/board/kinox
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:42:10 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 00:04:21 +0000
commitcf7fb12c5bbfa63e5428250116b95d476a7bd61f (patch)
tree72155956be4f5475e4b992f3e54d68a88235ae72 /board/kinox
parent9067cd82daafc2c733d93cb1ebd582e8b9360074 (diff)
downloadchrome-ec-cf7fb12c5bbfa63e5428250116b95d476a7bd61f.tar.gz
board/kinox/usbc_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Ie6197397bace8177b40a7ef8d474f5f32927331a Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728537 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/kinox')
-rw-r--r--board/kinox/usbc_config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/board/kinox/usbc_config.h b/board/kinox/usbc_config.h
index b294eb69c8..439d36e19a 100644
--- a/board/kinox/usbc_config.h
+++ b/board/kinox/usbc_config.h
@@ -8,11 +8,8 @@
#ifndef __CROS_EC_USBC_CONFIG_H
#define __CROS_EC_USBC_CONFIG_H
-#define CONFIG_USB_PD_PORT_MAX_COUNT 1
+#define CONFIG_USB_PD_PORT_MAX_COUNT 1
-enum usbc_port {
- USBC_PORT_C0 = 0,
- USBC_PORT_COUNT
-};
+enum usbc_port { USBC_PORT_C0 = 0, USBC_PORT_COUNT };
#endif /* __CROS_EC_USBC_CONFIG_H */