From afe167a0e0434a7594ef17c5b0cb565fa26c22f8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 18 Apr 2004 06:49:26 +0000 Subject: Fixed some style bugs (perfect tab lossage on every line) in rev.1.4. --- sys/dev/puc/pucdata.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'sys/dev/puc') diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 4144ef130efa..d547358524f3 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1124,18 +1124,18 @@ const struct puc_device_description puc_devices[] = { }, }, - /* Decision Computer Inc, serial ports */ - { "Decision Computer Inc, PCCOM 4-port serial", + /* Decision Computer Inc, serial ports */ + { "Decision Computer Inc, PCCOM 4-port serial", NULL, - { 0x6666, 0x0001, 0, 0 }, - { 0xffff, 0xffff, 0, 0 }, - { - { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, - { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ }, - { PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ }, - { PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ }, - }, - }, + { 0x6666, 0x0001, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x1c, 0x10, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x1c, 0x18, COM_FREQ }, + }, + }, { "PCCOM dual port RS232/422/485", NULL, -- cgit v1.3