From ea99d5d1a5ae552c2b68f9fb947be154d446850f Mon Sep 17 00:00:00 2001 From: jji4 Date: Fri, 21 Nov 2008 02:57:04 +0000 Subject: [PATCH] Function headers and comments have been checked with spec. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6652 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c index e1c9bb0e2b..78c49ad386 100644 --- a/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c +++ b/MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c @@ -548,10 +548,10 @@ AsciiSPrintUnicodeFormat ( UINTN EFIAPI AsciiValueToString ( - IN OUT CHAR8 *Buffer, - IN UINTN Flags, - IN INT64 Value, - IN UINTN Width + OUT CHAR8 *Buffer, + IN UINTN Flags, + IN INT64 Value, + IN UINTN Width ) { if (InternalLocatePrintProtocol() != EFI_SUCCESS) { -- 2.39.2