]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Library/SortLib.h
Refine comments and two code style.
[mirror_edk2.git] / ShellPkg / Include / Library / SortLib.h
index 9d6be6283b36012bd61680129318090beb75e7a7..a3e0fd9bec877f10eb09c0c5169936561d06850c 100644 (file)
@@ -43,12 +43,12 @@ INTN
   If Count is < 2 , then perform no action.\r
   If Size is < 1 , then perform no action.\r
 \r
-  @param[in,out] BufferToSort   On call, a Buffer of (possibly sorted) elements;\r
-                                on return, a buffer of sorted elements.\r
-  @param[in] Count              The number of elements in the buffer to sort.\r
-  @param[in] ElementSize        The size of an element in bytes.\r
-  @param[in] CompareFunction    The function to call to perform the comparison\r
-                                of any two elements.\r
+  @param[in, out] BufferToSort   On call, a Buffer of (possibly sorted) elements;\r
+                                 on return, a buffer of sorted elements.\r
+  @param[in]  Count              The number of elements in the buffer to sort.\r
+  @param[in]  ElementSize        The size of an element in bytes.\r
+  @param[in]  CompareFunction    The function to call to perform the comparison\r
+                                 of any two elements.\r
 **/\r
 VOID\r
 EFIAPI\r