mirror of https://github.com/xemu-project/xemu.git
misc: indentation
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
1e7aed7014
commit
01edc230d9
|
@ -313,7 +313,7 @@ int vhost_net_start(VirtIODevice *dev, NetClientState *ncs,
|
||||||
* properly.
|
* properly.
|
||||||
*/
|
*/
|
||||||
if (net->nc->info->type == NET_CLIENT_DRIVER_VHOST_USER) {
|
if (net->nc->info->type == NET_CLIENT_DRIVER_VHOST_USER) {
|
||||||
dev->use_guest_notifier_mask = false;
|
dev->use_guest_notifier_mask = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue