summaryrefslogtreecommitdiff
path: root/board/volteer
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 14:11:32 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-28 18:31:21 +0000
commit99fbb2b502a28b0809400fb6d5364b77f283d4ed (patch)
treec42ea6f2272beef9da72cdd4f80d3deff32f7495 /board/volteer
parentec5eacc909fc4696532f95a8fced2e8a308e7dd1 (diff)
downloadchrome-ec-99fbb2b502a28b0809400fb6d5364b77f283d4ed.tar.gz
board/volteer/usbc_config.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I5147caa945e052cd1f6ff7c4653f7dcb25f4bd5d Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3729093 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/volteer')
-rw-r--r--board/volteer/usbc_config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/volteer/usbc_config.h b/board/volteer/usbc_config.h
index 55dfce7621..a13944250a 100644
--- a/board/volteer/usbc_config.h
+++ b/board/volteer/usbc_config.h
@@ -8,11 +8,7 @@
#ifndef __CROS_EC_USBC_CONFIG_H
#define __CROS_EC_USBC_CONFIG_H
-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 };
/* Configure the USB3 daughterboard type */
void config_usb3_db_type(void);