diff options
author | 2019-10-16 01:27:59 +0000 | |
---|---|---|
committer | 2019-10-16 01:27:59 +0000 | |
commit | f04d9d9f1a6cd5448f8022327d0d85322be2b99b (patch) | |
tree | d845189936058ee7e000e1d48cd57906493843cc | |
parent | Fix reversed gotos; CID 1453190. (diff) | |
download | wireguard-openbsd-f04d9d9f1a6cd5448f8022327d0d85322be2b99b.tar.xz wireguard-openbsd-f04d9d9f1a6cd5448f8022327d0d85322be2b99b.zip |
Remove trailing whitespace from a line
-rw-r--r-- | sys/dev/acpi/acpicpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpicpu.c b/sys/dev/acpi/acpicpu.c index 8985db6eedd..d61547ce535 100644 --- a/sys/dev/acpi/acpicpu.c +++ b/sys/dev/acpi/acpicpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpicpu.c,v 1.83 2018/09/19 05:23:16 guenther Exp $ */ +/* $OpenBSD: acpicpu.c,v 1.84 2019/10/16 01:27:59 mlarkin Exp $ */ /* * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> @@ -472,7 +472,7 @@ acpicpu_add_cdeppkg(struct aml_value *val, void *arg) /* * errors: unexpected object type, bad length, mismatched length, - * and bad CSD revision + * and bad CSD revision */ if (val->type != AML_OBJTYPE_PACKAGE || val->length < 6 || val->length != val->v_package[0]->v_integer || |