Fix style(9) space and tab.

This commit is contained in:
Marcelo Araujo 2018-07-10 05:36:32 +00:00
parent 7452122499
commit 9add8139b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336162

View File

@ -151,7 +151,7 @@ static int pci_vtblk_cfgwrite(void *, int, int, uint32_t);
static struct virtio_consts vtblk_vi_consts = {
"vtblk", /* our name */
1, /* we support 1 virtqueue */
sizeof(struct vtblk_config), /* config reg size */
sizeof(struct vtblk_config), /* config reg size */
pci_vtblk_reset, /* reset */
pci_vtblk_notify, /* device-wide qnotify */
pci_vtblk_cfgread, /* read PCI config */