mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Everywhere: Remove empty line after function body opening curly brace
This commit is contained in:
@@ -20,7 +20,6 @@ static void test_send(int);
|
||||
|
||||
static void test(Function<void(int)> test_fn)
|
||||
{
|
||||
|
||||
int fd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP);
|
||||
if (fd < 0) {
|
||||
perror("socket");
|
||||
|
||||
Reference in New Issue
Block a user