[CRIU] [crtools-bot] show: Drop tab'ified empty lines

Cyrill Gorcunov gorcunov at openvz.org
Mon Jan 30 08:39:21 EST 2012


The commit is pushed to "master" and will appear on git://github.com/cyrillos/crtools.git
------>
commit 5345889886e89cb1eb35eaf83c069f2cf7cf870e
Author: Cyrill Gorcunov <gorcunov at openvz.org>
Date:   Mon Jan 30 17:06:09 2012 +0400

    show: Drop tab'ified empty lines
    
    Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
    Acked-by: Pavel Emelyanov <xemul at openvz.org>
---
 cr-show.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cr-show.c b/cr-show.c
index c012e69..267380a 100644
--- a/cr-show.c
+++ b/cr-show.c
@@ -59,7 +59,7 @@ static void show_shmem(int fd_shmem)
 
 	while (1) {
 		int ret;
-		
+
 		ret = read_img_eof(fd_shmem, &e);
 		if (ret <= 0)
 			goto out;
@@ -78,7 +78,7 @@ static void show_files(int fd_files)
 
 	while (1) {
 		int ret;
-		
+
 		ret = read_img_eof(fd_files, &e);
 		if (ret <= 0)
 			goto out;
@@ -112,7 +112,7 @@ static void show_pipes(int fd_pipes)
 
 	while (1) {
 		int ret;
-		
+
 		ret = read_img_eof(fd_pipes, &e);
 		if (ret <= 0)
 			goto out;
@@ -211,7 +211,7 @@ static void show_sigacts(int fd_sigacts)
 
 	while (1) {
 		int ret;
-		
+
 		ret = read_img_eof(fd_sigacts, &e);
 		if (ret <= 0)
 			goto out;


More information about the CRIU mailing list