Unverified Commit 95e523c8 by 2xsec

monitor: fix coding standard

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 5b46db1a
...@@ -168,7 +168,8 @@ int lxc_monitor_close(int fd) ...@@ -168,7 +168,8 @@ int lxc_monitor_close(int fd)
* have a maximum of 106 chars. But to not break backwards compatibility we keep * have a maximum of 106 chars. But to not break backwards compatibility we keep
* the limit at 105. * 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; size_t len;
int ret; int ret;
char *path; char *path;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment