summaryrefslogtreecommitdiff
path: root/lib/mozpkix/lib/pkixnss.cpp
diff options
context:
space:
mode:
authorBrian Smith <brian@briansmith.org>2015-01-13 16:53:34 -0800
committerBrian Smith <brian@briansmith.org>2015-01-13 16:53:34 -0800
commita191199ea1bb45ae7d20c72cfd00e3c501b3ae37 (patch)
tree1dd46af253ee3a6936505c20e887dd681d3d9d49 /lib/mozpkix/lib/pkixnss.cpp
parent19f4c54f492256e00ce6b553f19886e6102ac110 (diff)
downloadnss-hg-a191199ea1bb45ae7d20c72cfd00e3c501b3ae37.tar.gz
Bug 1115906, Part 3: Make formatting of struct/class/enum class more consistent, r=keeler
Diffstat (limited to 'lib/mozpkix/lib/pkixnss.cpp')
-rw-r--r--lib/mozpkix/lib/pkixnss.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mozpkix/lib/pkixnss.cpp b/lib/mozpkix/lib/pkixnss.cpp
index 6c38d4228..a3e355334 100644
--- a/lib/mozpkix/lib/pkixnss.cpp
+++ b/lib/mozpkix/lib/pkixnss.cpp
@@ -221,7 +221,7 @@ RegisterErrorTable()
{
// Note that these error strings are not localizable.
// When these strings change, update the localization information too.
- static const struct PRErrorMessage ErrorTableText[] = {
+ static const PRErrorMessage ErrorTableText[] = {
{ "MOZILLA_PKIX_ERROR_KEY_PINNING_FAILURE",
"The server uses key pinning (HPKP) but no trusted certificate chain "
"could be constructed that matches the pinset. Key pinning violations "
@@ -243,7 +243,7 @@ RegisterErrorTable()
// Note that these error strings are not localizable.
// When these strings change, update the localization information too.
- static const struct PRErrorTable ErrorTable = {
+ static const PRErrorTable ErrorTable = {
ErrorTableText,
"pkixerrors",
ERROR_BASE,