Skip to content
Snippets Groups Projects
Commit f913dd45 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio_pci: fix coding style for structs


should be

struct foo {
}

not

struct foo
{
}

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent af535722
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment