]> git.meshlink.io Git - meshlink/blobdiff - src/linux/device.c
Fix whitespace.
[meshlink] / src / linux / device.c
index 37a057d896a400ae923f3b865d7759f32ba79b72..18f1b6e574686219b432566656bc1188d2a8b0c1 100644 (file)
@@ -120,7 +120,7 @@ static void close_device(void) {
 
 static bool read_packet(vpn_packet_t *packet) {
        int inlen;
-       
+
        switch(device_type) {
                case DEVICE_TYPE_TUN:
                        inlen = read(device_fd, packet->data + 10, MTU - 10);