[CRIU] [PATCH 12/21] pipes: Get rid of dangling line in dump_pipe

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


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

diff --git a/pipes.c b/pipes.c
index 811ba37..7435ab5 100644
--- a/pipes.c
+++ b/pipes.c
@@ -416,8 +416,7 @@ static const struct fdtype_ops pipe_ops = {
 	.dump		= dump_one_pipe,
 };
 
-int dump_pipe(struct fd_parms *p, int lfd,
-			     const struct cr_fdset *cr_fdset)
+int dump_pipe(struct fd_parms *p, int lfd, const struct cr_fdset *cr_fdset)
 {
 	return do_dump_gen_file(p, lfd, &pipe_ops, cr_fdset);
 }
-- 
1.7.7.6



More information about the CRIU mailing list