]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/conf.c
conf: non-functional changes
[mirror_lxc.git] / src / lxc / conf.c
index 1f303454addf0d9589409e6252005ae89eb72cac..6f2dd0d2790fb7dcfcb5729f790317f6bf466648 100644 (file)
@@ -3471,7 +3471,8 @@ int lxc_clear_config_caps(struct lxc_conf *c)
        return 0;
 }
 
-static int lxc_free_idmap(struct lxc_list *id_map) {
+static int lxc_free_idmap(struct lxc_list *id_map)
+{
        struct lxc_list *it, *next;
 
        lxc_list_for_each_safe(it, id_map, next) {
@@ -3479,6 +3480,7 @@ static int lxc_free_idmap(struct lxc_list *id_map) {
                free(it->elem);
                free(it);
        }
+
        return 0;
 }