Commit 53458898 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

show: Drop tab'ified empty lines

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@openvz.org>
parent 4a7764c5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment