Clang format again but now with v13.0.1

This commit is contained in:
Tomer Lev 2022-11-02 10:13:58 +02:00
parent a105ea9d80
commit 73e749a162
12 changed files with 215 additions and 209 deletions

View file

@ -296,8 +296,8 @@ TEST_CASE("dns_mapping init addr")
TEST_CASE("dns_mapping save reload")
{
// TODO: this test uses fmemopen and mkdtemp, both of which aren't available on
// Windows. We'll have to figure out another way to do this test there.
// TODO: this test uses fmemopen and mkdtemp, both of which aren't available on
// Windows. We'll have to figure out another way to do this test there.
#ifndef _MSC_VER
IPAddr addr("1.2.3.4");
in4_addr in4;