diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-02-25 21:19:38 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-02-25 21:19:38 +0000 |
commit | 421a2120ba4bb7a16fb1c8366a63f3b5d55193c2 (patch) | |
tree | 3f98ff4457ce90eb7689eaa4f0154bb2540f58be /sys/dev/pci/envyvar.h | |
parent | b5f10d654c9518405cddf0171c01943bdecd9576 (diff) |
Remove trailing spaces,
from Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks!
Diffstat (limited to 'sys/dev/pci/envyvar.h')
-rw-r--r-- | sys/dev/pci/envyvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/envyvar.h b/sys/dev/pci/envyvar.h index ecd9fe1a013..b37238e69c4 100644 --- a/sys/dev/pci/envyvar.h +++ b/sys/dev/pci/envyvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: envyvar.h,v 1.13 2010/02/20 16:45:28 ratchov Exp $ */ +/* $OpenBSD: envyvar.h,v 1.14 2010/02/25 21:19:37 ratchov Exp $ */ /* * Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org> * @@ -62,10 +62,10 @@ struct envy_softc { pci_intr_handle_t *pci_ih; bus_dma_tag_t pci_dmat; bus_space_tag_t ccs_iot; - bus_space_handle_t ccs_ioh; + bus_space_handle_t ccs_ioh; bus_size_t ccs_iosz; bus_space_tag_t mt_iot; - bus_space_handle_t mt_ioh; + bus_space_handle_t mt_ioh; bus_size_t mt_iosz; struct envy_card *card; unsigned char shadow[4][16]; |