diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-21 01:08:12 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-21 01:08:12 +0000 |
commit | bdf0fc407cf08d64073586c30a7e452b13f45594 (patch) | |
tree | 3635ac76e258b6708e2a4d0450cdbdf29460cf3d | |
parent | dfc5aca1ac8e11c84e8d9ee17c4d6b00aafb83ed (diff) | |
download | edk2-platforms-bdf0fc407cf08d64073586c30a7e452b13f45594.tar.xz |
deleted an empty space.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6159 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Library/UefiLib/UefiLibPrint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiLib/UefiLibPrint.c b/MdePkg/Library/UefiLib/UefiLibPrint.c index 87219de7f1..312c22673e 100644 --- a/MdePkg/Library/UefiLib/UefiLibPrint.c +++ b/MdePkg/Library/UefiLib/UefiLibPrint.c @@ -124,7 +124,6 @@ Print ( @return The number of Unicode characters in the produced
output buffer not including the Null-terminator.
**/
-
UINTN
EFIAPI
ErrorPrint (
|