MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues

Make the comment align with Edk2 coding style.

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Dandan Bi
2018-06-05 10:01:04 +08:00
committed by Star Zeng
parent cb004eb0ad
commit ec50f7535b
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/** @file /** @file
Provides services to display completion progress of a firmware update on a Provides services to display completion progress of a firmware update on a
graphical console that supports the Graphics Output Protocol. graphical console that supports the Graphics Output Protocol.
@ -118,13 +118,13 @@ const EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION mProgressBarDefaultColor = {
// //
BOOLEAN mGraphicsGood = FALSE; BOOLEAN mGraphicsGood = FALSE;
/* /**
Internal function used to find the bounds of the white logo (on black or Internal function used to find the bounds of the white logo (on black or
red background). red background).
These bounds are then computed to find the block size, 0%, 100%, etc. These bounds are then computed to find the block size, 0%, 100%, etc.
*/ **/
VOID VOID
FindDim ( FindDim (
VOID VOID

View File

@ -1,4 +1,4 @@
/** @file /** @file
Provides services to display completion progress of a firmware update on a Provides services to display completion progress of a firmware update on a
text console. text console.