diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-09-19 09:22:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-09-19 09:22:59 +0000 |
commit | 94127c77e4fd00520c2b1810637e719b78695c05 (patch) | |
tree | b6e31923eac10613fbc7641eb835dd060b8546db /sys | |
parent | 61eae7ffe7339b8de84c73ca48262212cd7ea7d2 (diff) |
wrap a long line
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_xl_pci.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index f67f6d20c8e..8819699031f 100644 --- a/sys/dev/pci/if_xl_pci.c +++ b/sys/dev/pci/if_xl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_pci.c,v 1.33 2010/09/04 19:38:16 kettenis Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.34 2010/09/19 09:22:58 deraadt Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -101,8 +101,8 @@ struct xl_pci_softc { }; struct cfattach xl_pci_ca = { - sizeof(struct xl_pci_softc), xl_pci_match, xl_pci_attach, xl_pci_detach, - xl_activate + sizeof(struct xl_pci_softc), xl_pci_match, xl_pci_attach, + xl_pci_detach, xl_activate }; const struct pci_matchid xl_pci_devices[] = { |