MdeModulePkg: Clean up source files
1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@ -41,7 +41,7 @@ ResetPlatformSpecificGuid (
|
||||
/**
|
||||
This function examines the DataSize and ResetData parameters passed to
|
||||
to ResetSystem() and detemrines if the ResetData contains a Null-terminated
|
||||
Unicode string followed by a GUID specific subtype. If the GUID specific
|
||||
Unicode string followed by a GUID specific subtype. If the GUID specific
|
||||
subtype is present, then a pointer to the GUID value in ResetData is returned.
|
||||
|
||||
@param[in] DataSize The size, in bytes, of ResetData.
|
||||
@ -64,7 +64,7 @@ GetResetPlatformSpecificGuid (
|
||||
);
|
||||
|
||||
/**
|
||||
This is a helper function that creates the reset data buffer that can be
|
||||
This is a helper function that creates the reset data buffer that can be
|
||||
passed into ResetSystem().
|
||||
|
||||
The reset data buffer is returned in ResetData and contains ResetString
|
||||
|
Reference in New Issue
Block a user