]> git.meshlink.io Git - meshlink/blobdiff - src/route.c
Drop localisation and checkpoint tracing in files not covered by the merge.
[meshlink] / src / route.c
index fd0c697d77b8d57d9603efd291f45f2072603ac7..600c53dd4e1812809b8e7119d0ed77289931c7f4 100644 (file)
@@ -136,8 +136,7 @@ static void age_subnets(int fd, short events, void *data) {
                event_add(&age_subnets_event, &(struct timeval){10, 0});
 }
 
-static void learn_mac(mac_t *address)
-{
+static void learn_mac(mac_t *address) {
        subnet_t *subnet;
        splay_node_t *node;
        connection_t *c;