Formatting

This commit is contained in:
Olof hagsand 2024-05-19 10:04:20 +02:00
parent 37e9429ec8
commit 7a842846db
4 changed files with 2 additions and 5 deletions

View file

@ -976,7 +976,6 @@ main_yang_mount(clixon_handle h,
if (xml_rootchild(*yanglib, 0, yanglib) < 0)
goto done;
}
retval = 0;
done:
if (cb)

View file

@ -235,7 +235,6 @@ example_cli_yang_mount(clixon_handle h,
if (xml_rootchild(*yanglib, 0, yanglib) < 0)
goto done;
}
retval = 0;
done:
if (cb)
@ -423,4 +422,3 @@ clixon_plugin_init(clixon_handle h)
return NULL;
}
#endif /* CLIXON_STATIC_PLUGINS */