diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-06 03:47:41 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2019-05-06 03:47:41 +0000 |
commit | c7ba2bfe31285f58226b2679ffdc8db9ec024b4c (patch) | |
tree | e673560230b0d4e771b331a4270611a91e1d1d08 /sys/arch/armv7/stand | |
parent | 141f49acec01089030a26e0d21abd03e8f118548 (diff) |
Whitespace removal
Pointed out by Jerome Pinot
Diffstat (limited to 'sys/arch/armv7/stand')
-rw-r--r-- | sys/arch/armv7/stand/efiboot/efidev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/stand/efiboot/efidev.h b/sys/arch/armv7/stand/efiboot/efidev.h index 6ef83bcf045..f7e1c0731e8 100644 --- a/sys/arch/armv7/stand/efiboot/efidev.h +++ b/sys/arch/armv7/stand/efiboot/efidev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: efidev.h,v 1.1 2016/05/14 17:55:15 kettenis Exp $ */ +/* $OpenBSD: efidev.h,v 1.2 2019/05/06 03:47:40 mlarkin Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -14,7 +14,7 @@ * 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 + * 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 |