Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1599545 - fixup, clang-format r=me
  • Loading branch information
jcjones committed Dec 2, 2019
1 parent cea71a5 commit 7720b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtests/ssl_gtest/tls_filter.h
Expand Up @@ -483,7 +483,7 @@ class TlsEncryptedHandshakeMessageReplacer : public TlsRecordFilter {

size_t off = 0;
uint32_t msg_len = 0;
uint32_t msg_type = 255; // Not a real message
uint32_t msg_type = 255; // Not a real message
do {
if (!plaintext.Read(off, 1, &msg_type) || msg_type == old_ct_) {
break;
Expand Down

0 comments on commit 7720b9b

Please sign in to comment.