[CRIU] [PATCH 09/16] sk-unix: Drop redundant empty line

Cyrill Gorcunov gorcunov at openvz.org
Fri Dec 9 09:17:09 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 criu/sk-unix.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/criu/sk-unix.c b/criu/sk-unix.c
index 9208f1015fa5..6ce5427985df 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -1430,7 +1430,6 @@ static int resolve_unix_peers(void *unused)
 			continue;
 
 		peer = find_unix_sk_by_ino(ui->ue->peer);
-
 		if (!peer) {
 			pr_err("FATAL: Peer %#x unresolved for %#x\n",
 					ui->ue->peer, ui->ue->ino);
-- 
2.7.4



More information about the CRIU mailing list