From 9e1329562b9f3be8d86e611c146895866d8a6d28 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sun, 10 Dec 2017 12:52:30 +0100 Subject: [PATCH] conf: non-functional changes Signed-off-by: Christian Brauner --- src/lxc/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/conf.h b/src/lxc/conf.h index e60a6151f..005b8ffd1 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -376,7 +376,7 @@ struct lxc_conf { char *inherit_ns[LXC_NS_MAX]; /* init working directory */ - char* init_cwd; + char *init_cwd; /* A list of clients registered to be informed about a container state. */ struct lxc_list state_clients; -- 2.47.2