summaryrefslogtreecommitdiff
path: root/board/kuldax
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-07-06 11:41:02 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-06 18:52:56 +0000
commit2b8e6c8a813f0e5314da1dd940f06078e9850b05 (patch)
tree96cf9a8a1abe610ecbb46e08ac478a22f8b487a1 /board/kuldax
parent7b173ca86cffe9033888bf9b9321b6cfd0db35b3 (diff)
downloadchrome-ec-2b8e6c8a813f0e5314da1dd940f06078e9850b05.tar.gz
board/kuldax/usbc_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Tricium: disable Change-Id: I4ed878874550a2c11f6d86fd82730e46e5297d90 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728604 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/kuldax')
-rw-r--r--board/kuldax/usbc_config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/board/kuldax/usbc_config.h b/board/kuldax/usbc_config.h
index b294eb69c8..439d36e19a 100644
--- a/board/kuldax/usbc_config.h
+++ b/board/kuldax/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 */