diff options
author | 2008-06-06 20:10:21 +0000 | |
---|---|---|
committer | 2008-06-06 20:10:21 +0000 | |
commit | 080446a757c067b3b6b43a3b0f1bfbbc755b31af (patch) | |
tree | 650bca357bb826ca81d2a25ae2a738b873e0c77d /sys/dev/acpi/acpidebug.c | |
parent | Arrange our mmap buffer struct better. (diff) | |
download | wireguard-openbsd-080446a757c067b3b6b43a3b0f1bfbbc755b31af.tar.xz wireguard-openbsd-080446a757c067b3b6b43a3b0f1bfbbc755b31af.zip |
KNF
Diffstat (limited to 'sys/dev/acpi/acpidebug.c')
-rw-r--r-- | sys/dev/acpi/acpidebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpidebug.c b/sys/dev/acpi/acpidebug.c index 963f64dfdaf..ab92dc5d5a0 100644 --- a/sys/dev/acpi/acpidebug.c +++ b/sys/dev/acpi/acpidebug.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpidebug.c,v 1.20 2008/06/06 09:15:32 marco Exp $ */ +/* $OpenBSD: acpidebug.c,v 1.21 2008/06/06 20:10:21 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@openbsd.org> * @@ -589,4 +589,4 @@ db_aml_disasm(struct aml_node *root, uint8_t *start, uint8_t *end, aml_popscope(scope); return pos; } -#endif +#endif /* DDB */ |