aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-04-18 04:48:53 +0000
committerBruce Evans <bde@FreeBSD.org>2004-04-18 04:48:53 +0000
commitba8fc6ca6232f479c61995e4a54284c6e702fe85 (patch)
treeacec20aa2200005e51fabd57366a0f1ab5dd47d6 /sys
parent0efcc68bc87aeb2652d64e4b8acf9d647e2cec2a (diff)
downloadsrc-ba8fc6ca6232f479c61995e4a54284c6e702fe85.tar.gz
src-ba8fc6ca6232f479c61995e4a54284c6e702fe85.zip
Fixed some style bugs in rev.1.28. Almost every line was misindented.
Notes
Notes: svn path=/head/; revision=128381
Diffstat (limited to 'sys')
-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 3b3974a01c7a..d8ddb9b47861 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 */