virtio_pci: fix coding style for structs
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Dec 2014 14:34:30 +0000 (16:34 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Dec 2014 19:42:01 +0000 (21:42 +0200)
should be

struct foo {
}

not

struct foo
{
}

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_pci.c

Simple merge