From f2ce1eaef99063884a66832d171b50edf6045d4f Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Thu, 10 Jun 2004 21:48:51 +0000 Subject: [PATCH] - #define\tFOO\tBAR - Remove two tabs from an otherwise empty line. OK'ed by: nsouch --- sys/dev/pcf/pcf_isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c index b4a99e8cc65..5b67d82b833 100644 --- a/sys/dev/pcf/pcf_isa.c +++ b/sys/dev/pcf/pcf_isa.c @@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$"); #include #include "iicbus_if.h" -#define PCF_NAME "pcf" +#define PCF_NAME "pcf" static void pcf_identify(driver_t *, device_t); static int pcf_probe(device_t); @@ -155,7 +155,7 @@ pcf_attach(device_t dev) goto error; } } - + if ((sc->iicbus = device_add_child(dev, "iicbus", -1)) == NULL) device_printf(dev, "could not allocate iicbus instance\n");