]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PrintLib.h
detab
[mirror_edk2.git] / MdePkg / Include / Library / PrintLib.h
index d908898585afc7d74c8707d46d77fc2717438a36..258324a93b0470e63b9839c8bc4a002112cfb189 100644 (file)
@@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     %[flags][width][.precision]type\r
 \r
   [flags]:\r
-    - -              \r
+    - -       \r
       - The field is left justified.  If not flag is not specified, then the \r
         field is right justified.\r
-    - space      \r
+    - space   \r
       - Prefix a space character to a number.  Only valid for types X, x, and d.\r
-    - +        \r
+    - + \r
       - Prefix a plus character to a number.  Only valid for types X, x, and d.  \r
         If both space and + are specified, then space is ignored.\r
     - 0\r