mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-07-29 03:41:11 +03:00
Apply clang-format 18
Summary: Previously this code conformed from clang-format 12. Reviewed By: igorsugak Differential Revision: D56065247 fbshipit-source-id: f5a985dd8f8b84f2f9e1818b3719b43c5a1b05b3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
15a554300e
commit
71fac54812
@ -801,9 +801,8 @@ bool CryptoStreamScheduler::writeCryptoData(PacketBuilderInterface& builder) {
|
||||
if (!res) {
|
||||
return cryptoDataWritten;
|
||||
}
|
||||
VLOG(4) << "Wrote retransmitted crypto"
|
||||
<< " offset=" << buffer.offset << " bytes=" << res->len << " "
|
||||
<< conn_;
|
||||
VLOG(4) << "Wrote retransmitted crypto" << " offset=" << buffer.offset
|
||||
<< " bytes=" << res->len << " " << conn_;
|
||||
cryptoDataWritten = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user