Problem: formatting errors

Solution: run make clang-format-diff
This commit is contained in:
Luca Boccassi
2021-09-21 19:11:11 +01:00
parent 11f0802912
commit 0f706bdd97
35 changed files with 59 additions and 103 deletions

View File

@@ -47,9 +47,7 @@ struct endpoint_uri_pair_t
endpoint_uri_pair_t (const std::string &local,
const std::string &remote,
endpoint_type_t local_type) :
local (local),
remote (remote),
local_type (local_type)
local (local), remote (remote), local_type (local_type)
{
}