Change indent style to allman

This commit is contained in:
Keith Gable 2023-09-24 12:27:00 -07:00
parent 572ee7686d
commit 5ffca14b2f

View File

@ -46,7 +46,8 @@
#include <linux/vm_sockets.h>
#elif defined(__FreeBSD__)
// sockaddr_hvs is not available outside the kernel for whatever reason
struct sockaddr_hvs {
struct sockaddr_hvs
{
unsigned char sa_len;
sa_family_t sa_family;
unsigned int hvs_port;