From: 2xsec Date: Fri, 12 Oct 2018 07:05:31 +0000 (+0900) Subject: monitor: fix coding standard X-Git-Tag: lxc-4.0.0~394^2 X-Git-Url: https://git.proxmox.com/?p=mirror_lxc.git;a=commitdiff_plain;h=95e523c8565b323973c50ee9c402f855cb78fcd5 monitor: fix coding standard Signed-off-by: 2xsec --- diff --git a/src/lxc/monitor.c b/src/lxc/monitor.c index 64dd3511e..f8b7a8b7c 100644 --- a/src/lxc/monitor.c +++ b/src/lxc/monitor.c @@ -168,7 +168,8 @@ int lxc_monitor_close(int fd) * have a maximum of 106 chars. But to not break backwards compatibility we keep * the limit at 105. */ -int lxc_monitor_sock_name(const char *lxcpath, struct sockaddr_un *addr) { +int lxc_monitor_sock_name(const char *lxcpath, struct sockaddr_un *addr) +{ size_t len; int ret; char *path;