]> git.meshlink.io Git - meshlink/blobdiff - src/net.h
Enforce spaces around operators.
[meshlink] / src / net.h
index 1eed88d12aa166a1d3ff8bec9c9d891c2de66ce0..fa34dcf7eaa2faf6f87fcfdfb46c8508bc138e7e 100644 (file)
--- a/src/net.h
+++ b/src/net.h
@@ -37,8 +37,8 @@
 
 typedef struct vpn_packet_t {
        struct {
-               unsigned int probe:1;
-               unsigned int tcp:1;
+               unsigned int probe: 1;
+               unsigned int tcp: 1;
        };
        uint16_t len;           /* the actual number of bytes in the `data' field */
        uint8_t data[MAXSIZE];