Commit 9981b6a6 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

pipes: Eliminate parasite \t

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ac52abd8
...@@ -179,7 +179,7 @@ static int pipe_should_open_transport(struct fdinfo_entry *fe, ...@@ -179,7 +179,7 @@ static int pipe_should_open_transport(struct fdinfo_entry *fe,
struct file_desc *d) struct file_desc *d)
{ {
struct pipe_info *pi; struct pipe_info *pi;
pi = container_of(d, struct pipe_info, d); pi = container_of(d, struct pipe_info, d);
return !pi->create; return !pi->create;
} }
......
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