whitespace fix

pull/686/head
Jeff Becker 5 years ago
parent fd911d0c52
commit 134d36eb02
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -316,7 +316,7 @@ tuntap_write(struct device *dev, void *buf, size_t size)
}
#if defined(Darwin)
/** darwin has packet info so let's use writev */
static unsigned int af4 = htonl(AF_INET);
static unsigned int af4 = htonl(AF_INET);
static unsigned int af6 = htonl(AF_INET6);
const struct iovec vecs[2] = {

Loading…
Cancel
Save