diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2014-09-05 01:01:24 +0000 |
---|---|---|
committer | shenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-05 01:01:24 +0000 |
commit | 33fe83084113c7239bbdedb6ea64194fd4984e52 (patch) | |
tree | 13dd0afa2fc92f8682c87cf75931d7fb3a6ca4c3 /ShellPkg/Application/Shell/ShellProtocol.c | |
parent | 37a4164af3a9f09f5e8afa3d639fcb514fe92ce7 (diff) | |
download | edk2-33fe83084113c7239bbdedb6ea64194fd4984e52.tar.gz edk2-33fe83084113c7239bbdedb6ea64194fd4984e52.tar.bz2 edk2-33fe83084113c7239bbdedb6ea64194fd4984e52.zip |
ShellPkg: Refine the code style and comment.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: : Jaben Carsey <Jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16061 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application/Shell/ShellProtocol.c')
-rw-r--r-- | ShellPkg/Application/Shell/ShellProtocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Application/Shell/ShellProtocol.c b/ShellPkg/Application/Shell/ShellProtocol.c index a44afde436..692e42b737 100644 --- a/ShellPkg/Application/Shell/ShellProtocol.c +++ b/ShellPkg/Application/Shell/ShellProtocol.c @@ -2050,7 +2050,7 @@ EfiShellFindFilesInDir( }
SHELL_FREE_NON_NULL(BasePath);
return(Status);
- }
+}
/**
Get the GUID value from a human readable name.
|