diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-21 02:57:04 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-21 02:57:04 +0000 |
commit | ea99d5d1a5ae552c2b68f9fb947be154d446850f (patch) | |
tree | cb3c9a2e2e8828d6febf8869a27fad65af7018bc | |
parent | 6d6a1098d998e3b7cf6ef7fceee301d3065e86f6 (diff) | |
download | edk2-platforms-ea99d5d1a5ae552c2b68f9fb947be154d446850f.tar.xz |
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
-rw-r--r-- | MdeModulePkg/Library/EdkDxePrintLib/PrintLib.c | 8 |
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) {
|