summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Jacobs <kjacobs@mozilla.com>2020-08-07 08:46:00 -0700
committerKevin Jacobs <kjacobs@mozilla.com>2020-08-07 08:46:00 -0700
commit84c6aa74c7884af09a3f1abdcddb631ad5e929d9 (patch)
treeddf2ba1a3db5cc6816776eef0bb38e68c5cc12c8
parent4a94a71353346aeecdcba2c5f9f62ad7bd27194f (diff)
downloadnss-hg-84c6aa74c7884af09a3f1abdcddb631ad5e929d9.tar.gz
Bug 1656429 - Clang-format fixup, r=bustage
-rw-r--r--lib/ssl/sslimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/sslimpl.h b/lib/ssl/sslimpl.h
index 1a947c842..6f8e4e669 100644
--- a/lib/ssl/sslimpl.h
+++ b/lib/ssl/sslimpl.h
@@ -730,7 +730,7 @@ typedef struct SSL3HandshakeStateStr {
PRCList dtlsRcvdHandshake; /* Handshake records we have received
* used to generate ACKs. */
- PRCList psks; /* A list of PSKs, resumption and/or external. */
+ PRCList psks; /* A list of PSKs, resumption and/or external. */
} SSL3HandshakeState;
#define SSL_ASSERT_HASHES_EMPTY(ss) \