Skip to content

Commit

Permalink
commands: fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed Feb 25, 2021
1 parent 46b576e commit 89d51b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/commands.c
Expand Up @@ -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)
Expand Down

0 comments on commit 89d51b2

Please sign in to comment.