mirror of https://github.com/acidanthera/audk.git
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:
parent
cb004eb0ad
commit
ec50f7535b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue