From 89d51b22cc6e3cbae592a07a9481093efed95aca Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 25 Feb 2021 23:56:39 +0100 Subject: [PATCH] commands: fix indentation Signed-off-by: Christian Brauner --- src/lxc/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2