summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 02:57:04 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 02:57:04 +0000
commitea99d5d1a5ae552c2b68f9fb947be154d446850f (patch)
treecb3c9a2e2e8828d6febf8869a27fad65af7018bc /MdeModulePkg/Library
parent6d6a1098d998e3b7cf6ef7fceee301d3065e86f6 (diff)
downloadedk2-ea99d5d1a5ae552c2b68f9fb947be154d446850f.tar.gz
edk2-ea99d5d1a5ae552c2b68f9fb947be154d446850f.tar.bz2
edk2-ea99d5d1a5ae552c2b68f9fb947be154d446850f.zip
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
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r--MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c8
1 files 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) {