make clang-format

This commit is contained in:
Tatsuhiro Tsujikawa 2021-03-13 10:04:56 +09:00
parent 7d60389596
commit 2917f6d8e8
1 changed files with 3 additions and 1 deletions

View File

@ -2736,7 +2736,9 @@ int main(int argc, char **argv) {
if (!qlog_base.empty()) {
if (!config.is_quic()) {
std::cerr << "Warning: --qlog-file-base: only effective in quic, ignoring." << std::endl;
std::cerr
<< "Warning: --qlog-file-base: only effective in quic, ignoring."
<< std::endl;
} else {
config.qlog_file_base = qlog_base;
}