diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2019-01-22 02:36:31 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2019-01-22 02:36:31 +0000 |
commit | e8c7d313126a4affadfa27aea8f8e40a92f61b33 (patch) | |
tree | 7ad51dcf42147fdfad16863f44e4f8b546094f83 /sys/arch/macppc | |
parent | 69dbd92d3d87db26307aca92757a45b86994f93a (diff) |
flense more trailing whitespace
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/include/apmvar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/macppc/include/apmvar.h b/sys/arch/macppc/include/apmvar.h index 038b9bc4033..730cb447a6b 100644 --- a/sys/arch/macppc/include/apmvar.h +++ b/sys/arch/macppc/include/apmvar.h @@ -1,10 +1,10 @@ -/* $OpenBSD: apmvar.h,v 1.9 2019/01/22 01:48:55 phessler Exp $ */ +/* $OpenBSD: apmvar.h,v 1.10 2019/01/22 02:36:30 phessler Exp $ */ /* * Copyright (c) 2001 Alexander Guy * Copyright (c) 1995 John T. Kohl * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -15,7 +15,7 @@ * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE @@ -27,7 +27,7 @@ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. - * + * */ #ifndef _MACHINE_APMVAR_H_ #define _MACHINE_APMVAR_H_ @@ -54,7 +54,7 @@ #define APM_BATT_LIFE_UNKNOWN 0xff #define APM_NOEVENT 0x0000 -#define APM_STANDBY_REQ 0x0001 +#define APM_STANDBY_REQ 0x0001 #define APM_SUSPEND_REQ 0x0002 #define APM_NORMAL_RESUME 0x0003 #define APM_CRIT_RESUME 0x0004 /* suspend/resume happened |