mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-03 13:15:34 +01:00
Ran clang-format
This commit is contained in:
parent
01d9c403f2
commit
910ffe7c10
2 changed files with 5 additions and 5 deletions
|
|
@ -384,7 +384,8 @@ private:
|
|||
get_server_cert_chain = static_cast<bool>(parameters.value);
|
||||
break;
|
||||
case OptionType::EnableAlpn:
|
||||
LOG_ERROR(Service_SSL, "Called with option={}, value={} (STUBBED)", parameters.option, parameters.value);
|
||||
LOG_ERROR(Service_SSL, "Called with option={}, value={} (STUBBED)", parameters.option,
|
||||
parameters.value);
|
||||
enable_alpn = static_cast<bool>(parameters.value);
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue