[CRIU] [PATCH 6/9] pie: parasite -- Drop dangling \Tab

Cyrill Gorcunov gorcunov at openvz.org
Fri Mar 6 02:39:22 PST 2015


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 pie/parasite.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pie/parasite.c b/pie/parasite.c
index 803e137ab0e5..9961b2fba84e 100644
--- a/pie/parasite.c
+++ b/pie/parasite.c
@@ -435,7 +435,7 @@ static int parasite_dump_tty(struct parasite_tty_args *args)
 	__tty_ioctl(TIOCGSID, args->sid);
 	__tty_ioctl(TIOCGPGRP, args->pgrp);
 	__tty_ioctl(TIOCGEXCL,	args->st_excl);
-	
+
 	if (args->type == TTY_TYPE__PTY) {
 		__tty_ioctl(TIOCGPKT,	args->st_pckt);
 		__tty_ioctl(TIOCGPTLCK,	args->st_lock);
-- 
1.9.3



More information about the CRIU mailing list