make clang-format
This commit is contained in:
parent
48e10c57da
commit
df400feb61
|
@ -2736,7 +2736,9 @@ int main(int argc, char **argv) {
|
||||||
|
|
||||||
if (!qlog_base.empty()) {
|
if (!qlog_base.empty()) {
|
||||||
if (!config.is_quic()) {
|
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 {
|
} else {
|
||||||
config.qlog_file_base = qlog_base;
|
config.qlog_file_base = qlog_base;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue