Skip to content

Commit

Permalink
Bug 1471126 - clang-format, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Feb 21, 2019
1 parent f353fbe commit e1486be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gtests/ssl_gtest/ssl_recordsep_unittest.cc
Expand Up @@ -278,9 +278,10 @@ class StagedRecords {
if (g_ssl_gtest_verbose) {
std::cerr << role_ << ": forward " << data_ << std::endl;
}
EXPECT_EQ(SECSuccess, SSL_RecordLayerData(
peer->ssl_fd(), epoch_, content_type_, data_.data(),
static_cast<unsigned int>(data_.len())));
EXPECT_EQ(SECSuccess,
SSL_RecordLayerData(peer->ssl_fd(), epoch_, content_type_,
data_.data(),
static_cast<unsigned int>(data_.len())));
}

// Slices the tail off this record and returns it.
Expand Down

0 comments on commit e1486be

Please sign in to comment.