MdeModulePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdeModulePkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
7c7184e201
commit
1436aea4d5
@ -22,10 +22,10 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
**/
|
||||
EFI_DEBUG_STATUS
|
||||
DebuggerExtIoIB (
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
)
|
||||
{
|
||||
EDBPrint (L"Unsupported\n");
|
||||
@ -35,7 +35,6 @@ DebuggerExtIoIB (
|
||||
return EFI_DEBUG_CONTINUE;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
DebuggerCommand - IW.
|
||||
@ -51,10 +50,10 @@ DebuggerExtIoIB (
|
||||
**/
|
||||
EFI_DEBUG_STATUS
|
||||
DebuggerExtIoIW (
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
)
|
||||
{
|
||||
EDBPrint (L"Unsupported\n");
|
||||
@ -79,10 +78,10 @@ DebuggerExtIoIW (
|
||||
**/
|
||||
EFI_DEBUG_STATUS
|
||||
DebuggerExtIoID (
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
)
|
||||
{
|
||||
EDBPrint (L"Unsupported\n");
|
||||
@ -106,10 +105,10 @@ DebuggerExtIoID (
|
||||
**/
|
||||
EFI_DEBUG_STATUS
|
||||
DebuggerExtIoOB (
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
)
|
||||
{
|
||||
EDBPrint (L"Unsupported\n");
|
||||
@ -119,7 +118,6 @@ DebuggerExtIoOB (
|
||||
return EFI_DEBUG_CONTINUE;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
DebuggerCommand - OW.
|
||||
@ -134,10 +132,10 @@ DebuggerExtIoOB (
|
||||
**/
|
||||
EFI_DEBUG_STATUS
|
||||
DebuggerExtIoOW (
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
)
|
||||
{
|
||||
EDBPrint (L"Unsupported\n");
|
||||
@ -147,7 +145,6 @@ DebuggerExtIoOW (
|
||||
return EFI_DEBUG_CONTINUE;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
DebuggerCommand - OD.
|
||||
@ -162,10 +159,10 @@ DebuggerExtIoOW (
|
||||
**/
|
||||
EFI_DEBUG_STATUS
|
||||
DebuggerExtIoOD (
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
IN CHAR16 *CommandArg,
|
||||
IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate,
|
||||
IN EFI_EXCEPTION_TYPE ExceptionType,
|
||||
IN OUT EFI_SYSTEM_CONTEXT SystemContext
|
||||
)
|
||||
{
|
||||
EDBPrint (L"Unsupported\n");
|
||||
|
Reference in New Issue
Block a user