mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 19:28:09 +00:00
transfused: minor formatting fixup
Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
b9ff275a88
commit
8580cfec80
@ -820,7 +820,7 @@ void perform_syscall(connection_t *conn, uint8_t syscall, char path[])
|
|||||||
name, path, strerror(errno));
|
name, path, strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
||||||
void * event_thread(void *connection_ptr)
|
void *event_thread(void *connection_ptr)
|
||||||
{
|
{
|
||||||
int read_count, path_len;
|
int read_count, path_len;
|
||||||
void *buf;
|
void *buf;
|
||||||
|
Loading…
Reference in New Issue
Block a user