diff options
author | 2006-12-17 15:56:23 +0000 | |
---|---|---|
committer | 2006-12-17 15:56:23 +0000 | |
commit | 4162f35dddf40e256bda94014ea0760309685378 (patch) | |
tree | 44432cbd546131b0901d26c10f659d0ded9dfc9b | |
parent | regen. (diff) | |
download | wireguard-openbsd-4162f35dddf40e256bda94014ea0760309685378.tar.xz wireguard-openbsd-4162f35dddf40e256bda94014ea0760309685378.zip |
add a little spacing here, to please mglocker
-rw-r--r-- | sys/dev/pci/pwdog.c | 4 |
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 |