mirror of https://github.com/acidanthera/audk.git
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:
parent
2884e3dfd7
commit
6767917b10
|
@ -12,9 +12,6 @@
|
|||
|
||||
**/
|
||||
|
||||
|
||||
|
||||
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
|
||||
**/
|
||||
|
||||
|
||||
|
||||
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -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'.
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
|
||||
**/
|
||||
|
||||
|
||||
|
||||
|
||||
#include <BaseLibInternals.h>
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
|
||||
**/
|
||||
|
||||
|
||||
|
||||
|
||||
#include "BaseLibInternals.h"
|
||||
|
||||
#define SPIN_LOCK_RELEASED ((UINTN) 1)
|
||||
|
|
Loading…
Reference in New Issue