From a278f679b09d4a2ace9931051fe753a2ead3b9f8 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 14 Jul 2021 19:38:52 -0400 Subject: [PATCH] whitespace --- vmnet_helper/vmnet_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vmnet_helper/vmnet_helper.c b/vmnet_helper/vmnet_helper.c index b6521f4..519b70c 100644 --- a/vmnet_helper/vmnet_helper.c +++ b/vmnet_helper/vmnet_helper.c @@ -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;