1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 10:37:41 +00:00

LibWeb: Run clang-format on ResourceLoader.cpp

This commit is contained in:
Andreas Kling 2020-04-26 22:08:03 +02:00
parent 60fc939e81
commit da04147cf6

View file

@ -117,7 +117,8 @@ void ResourceLoader::load(const URL& url, Function<void(const ByteBuffer&)> succ
error_callback(String::format("Protocol not implemented: %s", url.protocol().characters()));
}
bool ResourceLoader::is_port_blocked(int port) {
bool ResourceLoader::is_port_blocked(int port)
{
int ports[] { 1, 7, 9, 11, 13, 15, 17, 19, 20, 21, 22, 23, 25, 37, 42,
43, 53, 77, 79, 87, 95, 101, 102, 103, 104, 109, 110, 111, 113,
115, 117, 119, 123, 135, 139, 143, 179, 389, 465, 512, 513, 514,