From f5ba4007ae30597c5a8b5dde20f2e0bac3f4f7bc Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Mon, 18 Aug 2014 00:48:22 +0000 Subject: ShellPkg: Fix comments. Refine code style. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15815 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Application/Shell/ShellProtocol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ShellPkg/Application') diff --git a/ShellPkg/Application/Shell/ShellProtocol.c b/ShellPkg/Application/Shell/ShellProtocol.c index 798f5476f6..24fa485137 100644 --- a/ShellPkg/Application/Shell/ShellProtocol.c +++ b/ShellPkg/Application/Shell/ShellProtocol.c @@ -2054,7 +2054,7 @@ EfiShellFindFilesInDir( } SHELL_FREE_NON_NULL(BasePath); return(Status); - } +} /** Get the GUID value from a human readable name. @@ -2586,8 +2586,8 @@ EfiShellOpenFileList( multiple environment variables are being returned, Attributes is undefined. - @retval NULL The environment variable doesn’t exist. - @return A non-NULL value points to the variable’s value. The returned + @retval NULL The environment variable doesn't exist. + @return A non-NULL value points to the variable's value. The returned pointer does not need to be freed by the caller. **/ CONST CHAR16 * -- cgit v1.2.3