More newline and whitespace cleanups

This commit is contained in:
Jasmine Iwanek
2022-02-20 02:26:27 -05:00
parent a66e392b26
commit 4674756664
401 changed files with 6985 additions and 6985 deletions

View File

@@ -58,8 +58,8 @@
#include <86box/network.h>
typedef int bpf_int32;
typedef unsigned int bpf_u_int32;
typedef int bpf_int32;
typedef unsigned int bpf_u_int32;
/*
* The instruction data structure.
@@ -79,7 +79,7 @@ struct bpf_program {
struct bpf_insn *bf_insns;
};
typedef struct pcap_if pcap_if_t;
typedef struct pcap_if pcap_if_t;
typedef struct net_timeval {
long tv_sec;
@@ -95,11 +95,11 @@ struct pcap_pkthdr {
};
struct pcap_if {
struct pcap_if *next;
char *name;
char *description;
void *addresses;
unsigned int flags;
struct pcap_if *next;
char *name;
char *description;
void *addresses;
unsigned int flags;
};