summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 08:48:16 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-20 08:48:16 +0000
commit6767917b10a1b28f3dffbf9241b7a4607eb34a2a (patch)
tree4b68e2d41f5f76c08407fb3d1f57acc164c5797b
parent2884e3dfd78f9228814bc74af4a8931d2a6a20ac (diff)
downloadedk2-platforms-6767917b10a1b28f3dffbf9241b7a4607eb34a2a.tar.xz
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
-rw-r--r--MdePkg/Library/BaseLib/LinkedList.c3
-rw-r--r--MdePkg/Library/BaseLib/Math64.c3
-rw-r--r--MdePkg/Library/BaseLib/String.c5
-rw-r--r--MdePkg/Library/BaseLib/SwitchStack.c3
-rw-r--r--MdePkg/Library/BaseLib/Synchronization.c3
5 files changed, 0 insertions, 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 <BaseLibInternals.h>
/**
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)