]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Base.h
Detab
[mirror_edk2.git] / MdePkg / Include / Base.h
index a2c5511750e75a5df0591604a1de4fabec3cabf8..ad044b1615891f3414fadfa0826b5ef52251bf99 100644 (file)
@@ -284,8 +284,8 @@ typedef INTN RETURN_STATUS;
 /**\r
   Returns a 16-bit signature built from 2 ASCII characters.\r
   \r
-  @param  A       The first ASCII character.\r
-  @param  B       The second ASCII character.\r
+  @param  A    The first ASCII character.\r
+  @param  B    The second ASCII character.\r
 \r
   @return A 16-bit value built from the two ASCII characters specified by A and B.\r
 \r
@@ -295,10 +295,10 @@ typedef INTN RETURN_STATUS;
 /**\r
   Returns a 32-bit signature built from 4 ASCII characters.\r
   \r
-  @param  A       The first ASCII character.\r
-  @param  B       The second ASCII character.\r
-  @param  C       The third ASCII character.\r
-  @param  D       The fourth ASCII character.\r
+  @param  A    The first ASCII character.\r
+  @param  B    The second ASCII character.\r
+  @param  C    The third ASCII character.\r
+  @param  D    The fourth ASCII character.\r
 \r
   @return A 32-bit value built from the two ASCII characters specified by A, B,\r
           C and D.\r
@@ -309,14 +309,14 @@ typedef INTN RETURN_STATUS;
 /**\r
   Returns a 64-bit signature built from 8 ASCII characters.\r
   \r
-  @param  A       The first ASCII character.\r
-  @param  B       The second ASCII character.\r
-  @param  C       The third ASCII character.\r
-  @param  D       The fourth ASCII character.\r
-  @param  E       The fifth ASCII character.\r
-  @param  F       The sixth ASCII character.\r
-  @param  G       The seventh ASCII character.\r
-  @param  H       The eighth ASCII character.\r
+  @param  A    The first ASCII character.\r
+  @param  B    The second ASCII character.\r
+  @param  C    The third ASCII character.\r
+  @param  D    The fourth ASCII character.\r
+  @param  E    The fifth ASCII character.\r
+  @param  F    The sixth ASCII character.\r
+  @param  G    The seventh ASCII character.\r
+  @param  H    The eighth ASCII character.\r
 \r
   @return A 64-bit value built from the two ASCII characters specified by A, B,\r
           C, D, E, F, G and H.\r