summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-04-18 04:48:53 +0000
committerbde <bde@FreeBSD.org>2004-04-18 04:48:53 +0000
commite7d5b45ae67bab0a58c3aa8853e6867703144242 (patch)
treeacec20aa2200005e51fabd57366a0f1ab5dd47d6 /sys/dev/puc
parent7a9f01be2c4aec20fb6cb24612f676b1cc0be389 (diff)
downloadFreeBSD-src-e7d5b45ae67bab0a58c3aa8853e6867703144242.zip
FreeBSD-src-e7d5b45ae67bab0a58c3aa8853e6867703144242.tar.gz
Fixed some style bugs in rev.1.28. Almost every line was misindented.
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 3b3974a..d8ddb9b 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1043,15 +1043,15 @@ const struct puc_device_description puc_devices[] = {
/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232 */
{ "Moxa Technologies, Smartio CP-104UL/PCI",
- NULL,
- { 0x1393, 0x1041, 0, 0 },
- { 0xffff, 0xffff, 0, 0, },
- {
- { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
- { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
- { PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
- { PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
- },
+ NULL,
+ { 0x1393, 0x1041, 0, 0 },
+ { 0xffff, 0xffff, 0, 0, },
+ {
+ { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x18, 0x08, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x18, 0x10, COM_FREQ * 8 },
+ { PUC_PORT_TYPE_COM, 0x18, 0x18, COM_FREQ * 8 },
+ },
},
/* Moxa Technologies Co., Ltd. PCI I/O Card 4S RS232/422/485 */
OpenPOWER on IntegriCloud