From ba8fc6ca6232f479c61995e4a54284c6e702fe85 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 18 Apr 2004 04:48:53 +0000 Subject: [PATCH] Fixed some style bugs in rev.1.28. Almost every line was misindented. --- sys/dev/puc/pucdata.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 3b3974a01c7..d8ddb9b4786 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 */