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>
master
Marc-André Lureau 2016-07-27 01:14:55 +04:00 committed by Michael S. Tsirkin
parent 1e7aed7014
commit 01edc230d9
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ int vhost_net_start(VirtIODevice *dev, NetClientState *ncs,
* properly.
*/
if (net->nc->info->type == NET_CLIENT_DRIVER_VHOST_USER) {
dev->use_guest_notifier_mask = false;
dev->use_guest_notifier_mask = false;
}
}