]> git.meshlink.io Git - meshlink/blobdiff - examples/meshlinkapp.c
Format the examples and test suite.
[meshlink] / examples / meshlinkapp.c
index 972544e13fb89f8d034d9c23b116741a8386d66e..9796cba30b1f51c5b2cd43fe40e4ca42221ff59b 100644 (file)
@@ -25,6 +25,7 @@ int main(int argc, char **argv) {
                sleep(10);
 
                meshlink_node_t *remotenode = meshlink_get_node(myhandle, remotename);
+
                if(!remotenode) {
                        fprintf(stderr, "Node %s not known yet.\n", remotename);
                        continue;