]> Git Repo - qemu.git/blobdiff - hw/net/virtio-net.c
avoid TABs in files that only contain a few
[qemu.git] / hw / net / virtio-net.c
index 385b1a03e9a4c546bf52db1c3e6fe546c2e90bd7..e37fc34839306af0ef90e7dcd37d5fe7df471bf6 100644 (file)
@@ -1375,10 +1375,10 @@ static int32_t virtio_net_flush_tx(VirtIONetQueue *q)
                                    n->guest_hdr_len, -1);
                 if (out_num == VIRTQUEUE_MAX_SIZE) {
                     goto drop;
-               }
+                }
                 out_num += 1;
                 out_sg = sg2;
-           }
+            }
         }
         /*
          * If host wants to see the guest header as is, we can
This page took 0.02406 seconds and 4 git commands to generate.