summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-06-10 21:48:51 +0000
committermarius <marius@FreeBSD.org>2004-06-10 21:48:51 +0000
commit7abc0567fa80854474f6d89569479c2ad5d01f3b (patch)
treef437edb7b84b7d7bc679c934651dd167bb1be53e /sys/dev/pcf
parentfcbd16cf61b165a368a86bb4311da7acbfed0544 (diff)
downloadFreeBSD-src-7abc0567fa80854474f6d89569479c2ad5d01f3b.zip
FreeBSD-src-7abc0567fa80854474f6d89569479c2ad5d01f3b.tar.gz
- #define\tFOO\tBAR
- Remove two tabs from an otherwise empty line. OK'ed by: nsouch
Diffstat (limited to 'sys/dev/pcf')
-rw-r--r--sys/dev/pcf/pcf_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c
index b4a99e8..5b67d82 100644
--- a/sys/dev/pcf/pcf_isa.c
+++ b/sys/dev/pcf/pcf_isa.c
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
#include <dev/pcf/pcfvar.h>
#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");
OpenPOWER on IntegriCloud