mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-21 09:02:00 -06:00
slirp: Reindent after refactoring
No code change. Signed-off-by: Guillaume Subiron <maethor@subiron.org> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
9dfbf250d2
commit
1252cf40a8
3 changed files with 87 additions and 88 deletions
|
@ -465,7 +465,6 @@ send:
|
||||||
|
|
||||||
ip->ip_ttl = IPDEFTTL;
|
ip->ip_ttl = IPDEFTTL;
|
||||||
ip->ip_tos = so->so_iptos;
|
ip->ip_tos = so->so_iptos;
|
||||||
|
|
||||||
error = ip_output(so, m);
|
error = ip_output(so, m);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue