[CRIU] [PATCH 2/3] show: Drop tab'ified empty lines
Cyrill Gorcunov
gorcunov at openvz.org
Mon Jan 30 08:31:29 EST 2012
Signed-off-by: Cyrill Gorcunov <gorcunov 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;
--
1.7.7.6
More information about the CRIU
mailing list