Commit 2917f6d8 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

make clang-format

parent 7d603895
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment