mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-08 20:35:42 +00:00
monitor: fix coding standard
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
This commit is contained in:
parent
5b46db1a63
commit
95e523c856
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user