summaryrefslogtreecommitdiff
path: root/gtests/pk11_gtest
diff options
context:
space:
mode:
authorBenjamin Beurdouche <bbeurdouche@mozilla.com>2021-08-24 14:06:23 +0000
committerBenjamin Beurdouche <bbeurdouche@mozilla.com>2021-08-24 14:06:23 +0000
commite785b780f604e471be6343bc1595eff6ccd04e29 (patch)
treec0081a6b45fe1e9338729a30c16fe74408ea7900 /gtests/pk11_gtest
parent7792cc6490f98d929fa269b5fb4bab04cb2890d4 (diff)
downloadnss-hg-e785b780f604e471be6343bc1595eff6ccd04e29.tar.gz
Formatting for gtests/pk11_gtest/pk11_hpke_unittest.cc r=jschanck
The clang-format target was failing. https://treeherder.mozilla.org/logviewer?job_id=348100377&repo=nss-try Differential Revision: https://phabricator.services.mozilla.com/D122369
Diffstat (limited to 'gtests/pk11_gtest')
-rw-r--r--gtests/pk11_gtest/pk11_hpke_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtests/pk11_gtest/pk11_hpke_unittest.cc b/gtests/pk11_gtest/pk11_hpke_unittest.cc
index 2765bcddd..b08a6a5cd 100644
--- a/gtests/pk11_gtest/pk11_hpke_unittest.cc
+++ b/gtests/pk11_gtest/pk11_hpke_unittest.cc
@@ -477,7 +477,7 @@ struct HpkeVector {
uint32_t test_id = 0;
while (r.NextItem('[', ']')) {
- HpkeVector vec = { 0 };
+ HpkeVector vec = {0};
uint32_t fields = 0;
enum class RequiredFields {
mode,