summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Library
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 02:57:57 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-21 02:57:57 +0000
commit58125b7a64b7378d78bdeb6da639ff51eb74e38f (patch)
treea9d9a6ea147ff31f9183b8b3abe4ef837c8f2980 /MdePkg/Include/Library
parentea99d5d1a5ae552c2b68f9fb947be154d446850f (diff)
downloadedk2-58125b7a64b7378d78bdeb6da639ff51eb74e38f.zip
edk2-58125b7a64b7378d78bdeb6da639ff51eb74e38f.tar.gz
edk2-58125b7a64b7378d78bdeb6da639ff51eb74e38f.tar.bz2
Function headers and comments have been checked with spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6653 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library')
-rw-r--r--MdePkg/Include/Library/PrintLib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Library/PrintLib.h b/MdePkg/Include/Library/PrintLib.h
index e47dbae..1158a47 100644
--- a/MdePkg/Include/Library/PrintLib.h
+++ b/MdePkg/Include/Library/PrintLib.h
@@ -473,10 +473,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
);
#endif