Fix clang-tidy readability-simplify-boolean-expr warnings

This commit is contained in:
Eduardo Almeida
2023-05-07 19:06:35 +01:00
parent b21189f015
commit a93c357141
185 changed files with 587 additions and 1203 deletions

View File

@@ -125,7 +125,7 @@ main(int argc, char* argv[])
Address anyAddress;
std::string probeType;
std::string tracePath;
if (useV6 == false)
if (!useV6)
{
Ipv4AddressHelper address;
address.SetBase("10.1.1.0", "255.255.255.0");