]> git.meshlink.io Git - meshlink/blobdiff - test/trio.c
Add condition check in auto connect for blacklisted nodes
[meshlink] / test / trio.c
index 522020fe1d07bbe61d3811095d6fdf7278871ad1..79013a6f5e3ed016a144fad68bb2c52b249ecb5e 100644 (file)
@@ -53,8 +53,8 @@ int main() {
 
        for(int i = 0; i < 3; i++) {
                char *path;
-    int ret_val;
-    (void)ret_val;
+               int ret_val;
+               (void)ret_val;
                ret_val = asprintf(&path, "trio_conf.%d", i);
                assert(path);