[CRIU] [PATCH 2/9] tty: Drop dangling \Tab

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


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

diff --git a/tty.c b/tty.c
index 072f37932949..cb77d643496a 100644
--- a/tty.c
+++ b/tty.c
@@ -1262,7 +1262,7 @@ static int collect_one_tty_info_entry(void *obj, ProtobufCMessage *msg)
 		       info->tie->type, info->tie->id);
 		return -1;
 	}
-	
+
 	INIT_LIST_HEAD(&info->list);
 	list_add(&info->list, &all_tty_info_entries);
 
-- 
1.9.3



More information about the CRIU mailing list