From 6767917b10a1b28f3dffbf9241b7a4607eb34a2a Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 20 Oct 2008 08:48:16 +0000 Subject: [PATCH] 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 --- MdePkg/Library/BaseLib/LinkedList.c | 3 --- MdePkg/Library/BaseLib/Math64.c | 3 --- MdePkg/Library/BaseLib/String.c | 5 ----- MdePkg/Library/BaseLib/SwitchStack.c | 3 --- MdePkg/Library/BaseLib/Synchronization.c | 3 --- 5 files changed, 17 deletions(-) diff --git a/MdePkg/Library/BaseLib/LinkedList.c b/MdePkg/Library/BaseLib/LinkedList.c index 6f0d5c9534..d0d518a1e9 100644 --- a/MdePkg/Library/BaseLib/LinkedList.c +++ b/MdePkg/Library/BaseLib/LinkedList.c @@ -12,9 +12,6 @@ **/ - - - #include "BaseLibInternals.h" /** diff --git a/MdePkg/Library/BaseLib/Math64.c b/MdePkg/Library/BaseLib/Math64.c index 6c5f732033..0b127c70b1 100644 --- a/MdePkg/Library/BaseLib/Math64.c +++ b/MdePkg/Library/BaseLib/Math64.c @@ -13,9 +13,6 @@ **/ - - - #include "BaseLibInternals.h" /** diff --git a/MdePkg/Library/BaseLib/String.c b/MdePkg/Library/BaseLib/String.c index d292c5852a..d3fbd3e736 100644 --- a/MdePkg/Library/BaseLib/String.c +++ b/MdePkg/Library/BaseLib/String.c @@ -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'. diff --git a/MdePkg/Library/BaseLib/SwitchStack.c b/MdePkg/Library/BaseLib/SwitchStack.c index b2a4af683b..e247e94857 100644 --- a/MdePkg/Library/BaseLib/SwitchStack.c +++ b/MdePkg/Library/BaseLib/SwitchStack.c @@ -12,9 +12,6 @@ **/ - - - #include /** diff --git a/MdePkg/Library/BaseLib/Synchronization.c b/MdePkg/Library/BaseLib/Synchronization.c index 61808e7d85..1a95026a79 100644 --- a/MdePkg/Library/BaseLib/Synchronization.c +++ b/MdePkg/Library/BaseLib/Synchronization.c @@ -12,9 +12,6 @@ **/ - - - #include "BaseLibInternals.h" #define SPIN_LOCK_RELEASED ((UINTN) 1)