]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Base.h
Add the missing Guid header file.
[mirror_edk2.git] / MdePkg / Include / Base.h
index 015ae667ecc15f7a03965ea768571450c333d5f8..031faa7eff7643ee1d2f287ea4faef8db7a081f1 100644 (file)
@@ -405,7 +405,7 @@ typedef INTN RETURN_STATUS;
 /**\r
   Produces a RETURN_STATUS code with the highest bit set. \r
 \r
-  @param  StatusCode   The status code value to convert into a warning code.  \r
+  @param  StatusCode    The status code value to convert into a warning code.  \r
                         StatusCode must be in the range 0x00000000..0x7FFFFFFF.\r
 \r
   @return The value specified by StatusCode with the highest bit set.\r
@@ -416,7 +416,7 @@ typedef INTN RETURN_STATUS;
 /**\r
   Produces a RETURN_STATUS code with the highest bit clear. \r
 \r
-  @param  StatusCode   The status code value to convert into a warning code.  \r
+  @param  StatusCode    The status code value to convert into a warning code.  \r
                         StatusCode must be in the range 0x00000000..0x7FFFFFFF.\r
 \r
   @return The value specified by StatusCode with the highest bit clear.\r
@@ -429,7 +429,7 @@ typedef INTN RETURN_STATUS;
 \r
   This function returns TRUE if StatusCode has the high bit set.  Otherwise FALSE is returned.  \r
   \r
-  @param  StatusCode   The status code value to evaluate.\r
+  @param  StatusCode    The status code value to evaluate.\r
 \r
   @retval TRUE          The high bit of StatusCode is set.\r
   @retval FALSE         The high bit of StatusCode is clear.\r