Skip to content

Commit

Permalink
Change indent style to allman
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggythehamster committed Sep 24, 2023
1 parent 572ee76 commit 5ffca14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/os_calls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5ffca14

Please sign in to comment.