Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/3bb2e2d3c3e6
branches: trunk
changeset: 364622:3bb2e2d3c3e6
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Apr 01 06:49:17 2022 +0000
description:
Trailing whitespace
diffstat:
sys/arch/x86/include/efi.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 24d369508bd7 -r 3bb2e2d3c3e6 sys/arch/x86/include/efi.h
--- a/sys/arch/x86/include/efi.h Fri Apr 01 06:32:10 2022 +0000
+++ b/sys/arch/x86/include/efi.h Fri Apr 01 06:49:17 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: efi.h,v 1.9 2019/10/18 00:54:48 manu Exp $ */
+/* $NetBSD: efi.h,v 1.10 2022/04/01 06:49:17 skrll Exp $ */
/*-
* Copyright (c) 2004 Marcel Moolenaar
@@ -233,7 +233,7 @@
efi_status (*bs_calculatecrc32)(void *, uintn, uint32_t *);
efi_status (*bs_copymem)(void *, void *, uintn);
efi_status (*bs_setmem)(void *, uintn, uint8_t);
- efi_status (*bs_createeventex)(uint32_t, efi_tpl,
+ efi_status (*bs_createeventex)(uint32_t, efi_tpl,
efi_event_notify, void *, struct uuid, efi_event *);
};
Home |
Main Index |
Thread Index |
Old Index