]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c
MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues
[mirror_edk2.git] / MdeModulePkg / Library / DisplayUpdateProgressLibGraphics / DisplayUpdateProgressLibGraphics.c
index 007522cea08ce40c9aabb7059bf5c8a0ec1d9716..2c916105136322624989eefd7c700dce3e55edb0 100644 (file)
@@ -1,4 +1,4 @@
-/**  @file\r
+/** @file\r
   Provides services to display completion progress of a firmware update on a\r
   graphical console that supports the Graphics Output Protocol.\r
 \r
@@ -118,13 +118,13 @@ const EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION  mProgressBarDefaultColor = {
 //\r
 BOOLEAN mGraphicsGood = FALSE;\r
 \r
-/*\r
+/**\r
   Internal function used to find the bounds of the white logo (on black or\r
   red background).\r
 \r
   These bounds are then computed to find the block size, 0%, 100%, etc.\r
 \r
-*/\r
+**/\r
 VOID\r
 FindDim (\r
    VOID\r