[CRIU] [PATCH 03/21] pipes: Eliminate parasite \t

Cyrill Gorcunov gorcunov at openvz.org
Wed Jun 6 18:21:43 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 pipes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pipes.c b/pipes.c
index 5e30528..3bf7fa5 100644
--- a/pipes.c
+++ b/pipes.c
@@ -179,7 +179,7 @@ static int pipe_should_open_transport(struct fdinfo_entry *fe,
 		struct file_desc *d)
 {
 	struct pipe_info *pi;
-	
+
 	pi = container_of(d, struct pipe_info, d);
 	return !pi->create;
 }
-- 
1.7.7.6



More information about the CRIU mailing list