summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:41:05 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 19:07:42 +0000
commitd2e674b699f0ceef21cfd7b0bd11f23bd4af6913 (patch)
tree6e2b5f4601bb2c1a415678c021a1a6b9305dac5a
parent4136dd10224458a0a05f6e41d92a887390223467 (diff)
downloadchrome-ec-d2e674b699f0ceef21cfd7b0bd11f23bd4af6913.tar.gz
board/kano/usbc_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I6cc9bb69d09dc15bddeedffbe80c353b3d1de345 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728485 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--board/kano/usbc_config.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/board/kano/usbc_config.h b/board/kano/usbc_config.h
index 38fce7d2cf..0422f9fc58 100644
--- a/board/kano/usbc_config.h
+++ b/board/kano/usbc_config.h
@@ -8,13 +8,9 @@
#ifndef __CROS_EC_USBC_CONFIG_H
#define __CROS_EC_USBC_CONFIG_H
-#define CONFIG_USB_PD_PORT_MAX_COUNT 2
+#define CONFIG_USB_PD_PORT_MAX_COUNT 2
-enum usbc_port {
- USBC_PORT_C0 = 0,
- USBC_PORT_C1,
- USBC_PORT_COUNT
-};
+enum usbc_port { USBC_PORT_C0 = 0, USBC_PORT_C1, USBC_PORT_COUNT };
void config_usb_db_type(void);