]> git.proxmox.com Git - mirror_lxc.git/commitdiff
monitor: fix coding standard
author2xsec <dh48.jeong@samsung.com>
Fri, 12 Oct 2018 07:05:31 +0000 (16:05 +0900)
committer2xsec <dh48.jeong@samsung.com>
Fri, 12 Oct 2018 07:05:31 +0000 (16:05 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/monitor.c

index 64dd3511e90fc9b98dfe79f16d36c3fba5098483..f8b7a8b7c75e10a3db7707ec14af6679926d231c 100644 (file)
@@ -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;