]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
virtio: coding style tweak
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 27 Apr 2015 19:01:20 +0000 (21:01 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 27 Apr 2015 19:02:42 +0000 (21:02 +0200)
no space needed after *.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/virtio/virtio.h

index 9706c293950d758b8035114ef9a20db90b325958..8210cb34f9ad3b9365c8320570fb5fef43992647 100644 (file)
@@ -84,7 +84,7 @@ struct VirtIODevice
     VMChangeStateEntry *vmstate;
     char *bus_name;
     uint8_t device_endian;
-    QLIST_HEAD(, VirtQueue) * vector_queues;
+    QLIST_HEAD(, VirtQueue) *vector_queues;
 };
 
 typedef struct VirtioDeviceClass {