]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiSortLib/UefiSortLib.c
comment repairs.
[mirror_edk2.git] / ShellPkg / Library / UefiSortLib / UefiSortLib.c
index e7a8d1e9525ee6f652c3c05fcb78adc2892a6596..08b8169e213da2cb1752c6289dccb91b6eb67354 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Library used for sorting routines.\r
 \r
-Copyright (c) 2009, Intel Corporation\r
+Copyright (c) 2009, Intel Corporation<BR>\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -55,7 +55,8 @@ QuickSortWorker (
   IN CONST UINTN                        ElementSize,\r
   IN       SORT_COMPARE                 CompareFunction,\r
   IN VOID                               *Buffer\r
-  ){\r
+  )\r
+{\r
   VOID        *Pivot;\r
   UINTN       LoopCount;\r
   UINTN       NextSwapLocation;\r
@@ -154,7 +155,8 @@ PerformQuickSort (
   IN CONST UINTN                        Count,\r
   IN CONST UINTN                        ElementSize,\r
   IN       SORT_COMPARE                 CompareFunction\r
-  ){\r
+  )\r
+{\r
   VOID  *Buffer;\r
 \r
   ASSERT(BufferToSort     != NULL);\r
@@ -188,7 +190,8 @@ INTN
 DevicePathCompare (\r
   IN  VOID             *Buffer1,\r
   IN  VOID             *Buffer2\r
-  ){\r
+  )\r
+{\r
   EFI_DEVICE_PATH_PROTOCOL  *DevicePath1;\r
   EFI_DEVICE_PATH_PROTOCOL  *DevicePath2;\r
   CHAR16                    *TextPath1;\r