2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-01 14:55:39 +00:00

sockets: Drop one-line alignment block

Make sense in multiline cases only.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2012-04-14 12:13:00 +04:00
committed by Pavel Emelyanov
parent 090513d5fd
commit 62094fa851

View File

@@ -442,7 +442,7 @@ static int dump_one_unix(const struct socket_desc *_sk, struct fd_parms *p,
goto err; goto err;
} }
ue.peer = e->sk_desc->sd.ino; ue.peer = e->sk_desc->sd.ino;
pr_debug("\t\tFixed inflight socket %x peer %x)\n", pr_debug("\t\tFixed inflight socket %x peer %x)\n",
ue.id, ue.peer); ue.id, ue.peer);