From c69fc80c8040d783e54e8707eaf375625706ad59 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Thu, 2 Dec 2021 18:00:42 -0800 Subject: EmulatorPkg: Change OPTIONAL keyword usage style REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3760 Update all use of ', OPTIONAL' to ' OPTIONAL,' for function params. Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael Kubacki Signed-off-by: Michael D Kinney Reviewed-by: Ray Ni --- EmulatorPkg/Win/Host/WinHost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EmulatorPkg/Win') diff --git a/EmulatorPkg/Win/Host/WinHost.c b/EmulatorPkg/Win/Host/WinHost.c index 876cb8d4be..ffd1b9944d 100644 --- a/EmulatorPkg/Win/Host/WinHost.c +++ b/EmulatorPkg/Win/Host/WinHost.c @@ -247,7 +247,7 @@ EfiSystemMemoryRange ( EFI_STATUS WinNtOpenFile ( - IN CHAR16 *FileName, OPTIONAL + IN CHAR16 *FileName OPTIONAL, IN UINT32 MapSize, IN DWORD CreationDisposition, IN OUT VOID **BaseAddress, -- cgit v1.2.3