]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/net/vhost_net.c
misc: indentation
[thirdparty/qemu.git] / hw / net / vhost_net.c
index f92d3f829edcb25d0dd0bb6cf550c13e12973433..3677a8297a282b3e323a09548fd9bcaaaf194811 100644 (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;
         }
      }