From: Marc-André Lureau Date: Tue, 26 Jul 2016 21:14:55 +0000 (+0400) Subject: misc: indentation X-Git-Tag: v2.7.0-rc1~6^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01edc230d9d3276bd77b79a66d770e3b66a8ca4b;p=thirdparty%2Fqemu.git misc: indentation Signed-off-by: Marc-André Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/net/vhost_net.c b/hw/net/vhost_net.c index f92d3f829ed..3677a8297a2 100644 --- a/hw/net/vhost_net.c +++ b/hw/net/vhost_net.c @@ -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; } }