removed blank lines to refine source codes.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6135 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-10-20 08:48:16 +00:00
parent 2884e3dfd7
commit 6767917b10
5 changed files with 0 additions and 17 deletions

View File

@ -12,9 +12,6 @@
**/
#include "BaseLibInternals.h"
/**

View File

@ -13,9 +13,6 @@
**/
#include "BaseLibInternals.h"
/**

View File

@ -12,9 +12,6 @@
**/
#include "BaseLibInternals.h"
#define QUOTIENT_MAX_UINTN_DIVIDED_BY_10 ((UINTN) -1 / 10)
@ -504,7 +501,6 @@ StrStr (
decimal character. The valid decimal character is from
L'0' to L'9'.
@param Char The character to check against.
@retval TRUE If the Char is a decmial character.
@ -529,7 +525,6 @@ InternalIsDecimalDigitCharacter (
L'a' to L'z'. For other Unicode character, the input character
is returned directly.
@param Char The character to convert.
@retval LowerCharacter If the Char is with range L'a' to L'z'.

View File

@ -12,9 +12,6 @@
**/
#include <BaseLibInternals.h>
/**

View File

@ -12,9 +12,6 @@
**/
#include "BaseLibInternals.h"
#define SPIN_LOCK_RELEASED ((UINTN) 1)