edksetup.sh: Code style

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15199 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jordan Justen 2014-01-30 19:26:46 +00:00 committed by jljusten
parent 8d25bed4bd
commit ef9086c3a5

View File

@ -56,6 +56,7 @@ else
SetupEnv "$*" SetupEnv "$*"
fi fi
} }
if [ $# -gt 1 ] if [ $# -gt 1 ]
then then
HelpMsg HelpMsg
@ -65,5 +66,6 @@ then
HelpMsg HelpMsg
return return
fi fi
SourceEnv "$*" SourceEnv "$*"