From d1102dba7210b95e41d06c2338a22ba6af248645 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 27 Jun 2018 21:08:52 +0800 Subject: 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 Reviewed-by: Star Zeng --- MdeModulePkg/Include/Library/ResetUtilityLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MdeModulePkg/Include/Library/ResetUtilityLib.h') diff --git a/MdeModulePkg/Include/Library/ResetUtilityLib.h b/MdeModulePkg/Include/Library/ResetUtilityLib.h index c556dca729..b5c2c1492f 100644 --- a/MdeModulePkg/Include/Library/ResetUtilityLib.h +++ b/MdeModulePkg/Include/Library/ResetUtilityLib.h @@ -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 -- cgit v1.2.3