summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2c_scan.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-12 15:35:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-12 15:35:41 +0000
commit9ba8001d88197e955f429611488923f99ce0f633 (patch)
tree872179226a0a8b16a9e3c8a657c34d60677b61da /sys/dev/i2c/i2c_scan.c
parenteff3f668129a5f5f3fc4cf5393a2fa29a1c44160 (diff)
spacing
Diffstat (limited to 'sys/dev/i2c/i2c_scan.c')
-rw-r--r--sys/dev/i2c/i2c_scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/i2c/i2c_scan.c b/sys/dev/i2c/i2c_scan.c
index 184c69e35e5..394e8b62678 100644
--- a/sys/dev/i2c/i2c_scan.c
+++ b/sys/dev/i2c/i2c_scan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: i2c_scan.c,v 1.85 2006/07/12 12:39:13 kettenis Exp $ */
+/* $OpenBSD: i2c_scan.c,v 1.86 2006/07/12 15:35:40 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org>
@@ -478,7 +478,7 @@ iic_probe(struct device *self, struct i2cbus_attach_args *iba, u_int8_t addr)
break;
}
- switch(iicprobe(0xfe)) {
+ switch (iicprobe(0xfe)) {
case 0x01: /* National Semiconductor */
if (addr == 0x4c &&
iicprobe(0xff) == 0x11 && (iicprobe(0x03) & 0x2a) == 0 &&