whitespace

This commit is contained in:
Kelvin Sherlock 2021-07-14 19:38:52 -04:00
parent 0c55214085
commit a278f679b0
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ int classify_mac(uint8_t *mac) {
return 2; /* multicast */
}
void msg_read(uint32_t flags) {
void msg_read(uint32_t flags) {
/* flag to block broadcast, multicast, etc? */
int count = 1;
@ -320,7 +320,7 @@ void vm_shutdown(void) {
}
int main(int argc, char **argv) {
uint32_t msg;
uint32_t extra;