summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:20:33 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 18:39:22 +0000
commitd1b46d1ca7d2e921faa9376b75c92c09fb33a0c0 (patch)
tree1212267dc9a385586b986c33b341ece6157f3154
parent78848a164845b77c866497919da5ba8c616007d6 (diff)
downloadchrome-ec-d1b46d1ca7d2e921faa9376b75c92c09fb33a0c0.tar.gz
test/genvif/src/board.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I01991cfe362c233fbef6815a2592fc017ff5c3e1 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730504 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--test/genvif/src/board.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/genvif/src/board.h b/test/genvif/src/board.h
index 06122eeab9..f4037f761c 100644
--- a/test/genvif/src/board.h
+++ b/test/genvif/src/board.h
@@ -3,10 +3,10 @@
* found in the LICENSE file.
*/
-#define PD_OPERATING_POWER_MW 15000
-#define PD_MAX_POWER_MW 65000
-#define PD_MAX_CURRENT_MA 3250
-#define PD_MAX_VOLTAGE_MV 20000
+#define PD_OPERATING_POWER_MW 15000
+#define PD_MAX_POWER_MW 65000
+#define PD_MAX_CURRENT_MA 3250
+#define PD_MAX_VOLTAGE_MV 20000
/* Stubs required by the shared code */
#define GPIO_PIN(port, index) (GPIO_##port, BIT(index))