summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_td_pd_other.c
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 15:24:09 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-01 03:25:26 +0000
commited8ca0e4c16e4b019499d7a5f12fe95994f831d0 (patch)
treee7630ca770aa6ca9b0005ed64c23e38bed0527be /test/usb_tcpmv2_td_pd_other.c
parent949911763c0635b3caa49bd083f61ebaefdf0c56 (diff)
downloadchrome-ec-ed8ca0e4c16e4b019499d7a5f12fe95994f831d0.tar.gz
test/usb_tcpmv2_td_pd_other.c: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: Iaefc6db81b9727b3c3255964ad272e44d6e8e7c6 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730555 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'test/usb_tcpmv2_td_pd_other.c')
-rw-r--r--test/usb_tcpmv2_td_pd_other.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/usb_tcpmv2_td_pd_other.c b/test/usb_tcpmv2_td_pd_other.c
index 1882480150..24eca5fccb 100644
--- a/test/usb_tcpmv2_td_pd_other.c
+++ b/test/usb_tcpmv2_td_pd_other.c
@@ -57,7 +57,7 @@ int test_retry_count_sop(void)
* The retry count for PD3 should be 2.
*/
TEST_EQ(verify_tcpci_tx_retry_count(TCPCI_MSG_SOP, 0,
- PD_DATA_SOURCE_CAP, 2),
+ PD_DATA_SOURCE_CAP, 2),
EC_SUCCESS, "%d");
return EC_SUCCESS;
}