]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/conf.h
conf: non-functional changes
[mirror_lxc.git] / src / lxc / conf.h
index 806a15733137971839a7e13315425f83cbf1f97e..58c6c4d1b33a7401e49794015ccb601a12528775 100644 (file)
@@ -284,9 +284,11 @@ struct lxc_conf {
        struct lxc_list cgroup;
        struct {
                struct lxc_list id_map;
+
                /* Pointer to the idmap entry for the container's root uid in
                 * the id_map list. Do not free! */
                struct id_map *root_nsuid_map;
+
                /* Pointer to the idmap entry for the container's root gid in
                 * the id_map list. Do not free! */
                struct id_map *root_nsgid_map;