diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-04-14 21:04:30 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2011-04-14 21:04:30 +0000 |
commit | 22b2cc6027cb69ead82f9b3337d835512297fd83 (patch) | |
tree | 7944c3bce044285ff5313301db3152c60b8722f7 /sys/dev/pci | |
parent | 7158b82efb0c65d611c29eeed8e08ba875354720 (diff) |
Spacing nit.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/vga_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 3cc69780d2e..b79f9327cd4 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pci.c,v 1.66 2011/04/14 21:02:20 oga Exp $ */ +/* $OpenBSD: vga_pci.c,v 1.67 2011/04/14 21:04:29 oga Exp $ */ /* $NetBSD: vga_pci.c,v 1.3 1998/06/08 06:55:58 thorpej Exp $ */ /* @@ -548,8 +548,8 @@ vga_pci_bar_init(struct vga_pci_softc *dev, struct pci_attach_args *pa) addr += 8; i += 2; } else { - addr+=4; - ++i; + addr += 4; + i++; } } } |