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