summaryrefslogtreecommitdiff
path: root/board/cappy2
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:25:30 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 17:01:33 +0000
commit4f16e3198a0a1bdbefde57cc5aa8c1cd8bc1cbb2 (patch)
tree5f7bd84ac303b1007af9d231a9eeed4e29a366d5 /board/cappy2
parentcc68f7ac90fae9c87b436f50cf411c91c5e6799c (diff)
downloadchrome-ec-4f16e3198a0a1bdbefde57cc5aa8c1cd8bc1cbb2.tar.gz
board/cappy2/usb_pd_policy.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I0dae6e34b51333d0a6354eff9c2c9f150f4e9294 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728137 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/cappy2')
-rw-r--r--board/cappy2/usb_pd_policy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/cappy2/usb_pd_policy.c b/board/cappy2/usb_pd_policy.c
index fd9018a3f0..98b770be8f 100644
--- a/board/cappy2/usb_pd_policy.c
+++ b/board/cappy2/usb_pd_policy.c
@@ -10,8 +10,8 @@
#include "driver/tcpm/tcpci.h"
#include "usb_pd.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 pd_check_vconn_swap(int port)
{