From: Christian Brauner Date: Thu, 25 Feb 2021 22:56:39 +0000 (+0100) Subject: commands: fix indentation X-Git-Tag: lxc-5.0.0~266^2~8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=89d51b22cc6e3cbae592a07a9481093efed95aca;p=mirror_lxc.git commands: fix indentation Signed-off-by: Christian Brauner --- diff --git a/src/lxc/commands.c b/src/lxc/commands.c index 264cc8231..a7b30f067 100644 --- a/src/lxc/commands.c +++ b/src/lxc/commands.c @@ -646,7 +646,7 @@ static int lxc_cmd_get_init_pidfd_callback(int fd, struct lxc_cmd_req *req, struct lxc_epoll_descr *descr) { struct lxc_cmd_rsp rsp = { - .ret = -EBADF, + .ret = -EBADF, }; if (handler->pidfd < 0)