Update code to follow coding style.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14166 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7403ff5b9f
commit
a9b4ff8d01
@ -136,14 +136,23 @@ ShellCommandRunDp (
|
|||||||
UINT64 Ticker;
|
UINT64 Ticker;
|
||||||
UINTN Number2Display;
|
UINTN Number2Display;
|
||||||
|
|
||||||
EFI_STRING StringPtr = NULL;
|
EFI_STRING StringPtr;
|
||||||
BOOLEAN SummaryMode = FALSE;
|
BOOLEAN SummaryMode;
|
||||||
BOOLEAN VerboseMode = FALSE;
|
BOOLEAN VerboseMode;
|
||||||
BOOLEAN AllMode = FALSE;
|
BOOLEAN AllMode;
|
||||||
BOOLEAN RawMode = FALSE;
|
BOOLEAN RawMode;
|
||||||
BOOLEAN TraceMode = FALSE;
|
BOOLEAN TraceMode;
|
||||||
BOOLEAN ProfileMode = FALSE;
|
BOOLEAN ProfileMode;
|
||||||
BOOLEAN ExcludeMode = FALSE;
|
BOOLEAN ExcludeMode;
|
||||||
|
|
||||||
|
StringPtr = NULL;
|
||||||
|
SummaryMode = FALSE;
|
||||||
|
VerboseMode = FALSE;
|
||||||
|
AllMode = FALSE;
|
||||||
|
RawMode = FALSE;
|
||||||
|
TraceMode = FALSE;
|
||||||
|
ProfileMode = FALSE;
|
||||||
|
ExcludeMode = FALSE;
|
||||||
|
|
||||||
// Get DP's entry time as soon as possible.
|
// Get DP's entry time as soon as possible.
|
||||||
// This is used as the Shell-Phase end time.
|
// This is used as the Shell-Phase end time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user