summaryrefslogtreecommitdiff
path: root/board/boten/usb_pd_policy.c
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:23:49 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 23:12:20 +0000
commit7a0cbb54fe880ce48b2be18aee8f619551080893 (patch)
tree0ba6f3b6a93f620899ffe0231180fe1268dfbca4 /board/boten/usb_pd_policy.c
parentb32b9890cc513966e8ab7443a62d2fba82c7c323 (diff)
downloadchrome-ec-7a0cbb54fe880ce48b2be18aee8f619551080893.tar.gz
board/boten/usb_pd_policy.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I09774d037bbe47cf4150710cab208153a2a0ca9a Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728090 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/boten/usb_pd_policy.c')
-rw-r--r--board/boten/usb_pd_policy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/boten/usb_pd_policy.c b/board/boten/usb_pd_policy.c
index 65ee678263..d5aa77fe93 100644
--- a/board/boten/usb_pd_policy.c
+++ b/board/boten/usb_pd_policy.c
@@ -13,8 +13,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)
{