summaryrefslogtreecommitdiff
path: root/board/fizz
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:34:55 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-29 04:55:44 +0000
commit4a0f19981cf952ebc7f0c2d1775151229f8a759d (patch)
tree23236f3e5c1d0f668d900bb21d8f6cac07e8134e /board/fizz
parent02f91292400be6c4d631b9fc452bb32245c12f01 (diff)
downloadchrome-ec-4a0f19981cf952ebc7f0c2d1775151229f8a759d.tar.gz
board/fizz/usb_pd_policy.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I2d1e67d046b072b39b6321685223b0960072469a Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728370 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/fizz')
-rw-r--r--board/fizz/usb_pd_policy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/fizz/usb_pd_policy.c b/board/fizz/usb_pd_policy.c
index 5fc495417f..ad6fac133f 100644
--- a/board/fizz/usb_pd_policy.c
+++ b/board/fizz/usb_pd_policy.c
@@ -23,8 +23,8 @@
#include "usb_pd_pdo.h"
#include "usb_pd_tcpm.h"
-#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ## args)
-#define CPRINTS(format, args...) cprints(CC_USBPD, format, ## args)
+#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ##args)
+#define CPRINTS(format, args...) cprints(CC_USBPD, format, ##args)
int board_vbus_source_enabled(int port)
{