summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2006-12-17 15:56:24 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2006-12-17 15:56:24 +0000
commitf37d64c3d21f9f09f39d98e43efa0a30b487fa96 (patch)
treed580ce918da2acd7330c4b0a9cd1b7f5ac69f8d0 /sys/dev
parentd7d62e4a080514a3ca56752aed123798ec1fe317 (diff)
add a little spacing here, to please mglocker
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pwdog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pwdog.c b/sys/dev/pci/pwdog.c
index 0e728b85cdf..dfa250daef7 100644
--- a/sys/dev/pci/pwdog.c
+++ b/sys/dev/pci/pwdog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pwdog.c,v 1.5 2006/12/11 08:25:54 mbalmer Exp $ */
+/* $OpenBSD: pwdog.c,v 1.6 2006/12/17 15:56:23 mbalmer Exp $ */
/*
* Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org>
@@ -59,7 +59,7 @@ int
pwdog_probe(struct device *parent, void *match, void *aux)
{
return pci_matchbyid((struct pci_attach_args *)aux, pwdog_devices,
- sizeof(pwdog_devices)/sizeof(pwdog_devices[0]));
+ sizeof(pwdog_devices) / sizeof(pwdog_devices[0]));
}
void