mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 10:16:45 +00:00
chore: Update clang-format to 21.1.8 (#6352)
This commit is contained in:
@@ -334,9 +334,9 @@ public:
|
||||
|
||||
#if BOOST_OS_WINDOWS
|
||||
// windows asio bugs...false positives
|
||||
shouldParseEPV4("255", {{ 0, 0, 0, 255 }}, 0, "0.0.0.255");
|
||||
shouldParseEPV4("512", {{ 0, 0, 2, 0 }}, 0, "0.0.2.0");
|
||||
shouldParseEPV4("1.2.3:80", {{ 1, 2, 0, 3 }}, 80, "1.2.0.3:80");
|
||||
shouldParseEPV4("255", {{0, 0, 0, 255}}, 0, "0.0.0.255");
|
||||
shouldParseEPV4("512", {{0, 0, 2, 0}}, 0, "0.0.2.0");
|
||||
shouldParseEPV4("1.2.3:80", {{1, 2, 0, 3}}, 80, "1.2.0.3:80");
|
||||
#else
|
||||
failParseEP("255");
|
||||
failParseEP("512");
|
||||
|
||||
Reference in New Issue
Block a user