diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-11 22:09:49 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-11 22:09:49 +0000 |
commit | 3b8bd8870f17176469f567e3dc3d8b7989b7de58 (patch) | |
tree | bea1dd142cf0001617cfb4898fc3161d87601686 /sys/arch | |
parent | e5f63d68f2d688cf41abf2f1bd55a9466f3e03cb (diff) |
whitespace removal
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 9cd4c10a51a..d784a7eacac 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.44 2019/04/10 04:19:31 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.45 2019/05/11 22:09:48 mlarkin Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -13,8 +13,8 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR - * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * 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 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |