ArmPkg: Apply Uncrustify to Non-Compliant Files

This patch applies Uncrustify to the following files:
ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.c
ArmPkg/Include/IndustryStandard/ArmStdSmc.h

Signed-off-by: Taylor Beebe <t@taylorbeebe.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
Taylor Beebe 2023-06-29 09:17:55 -07:00 committed by mergify[bot]
parent f2188fe5d1
commit cdbdd12460
2 changed files with 7 additions and 7 deletions

View File

@ -197,7 +197,7 @@ STATIC CONST EFI_PEI_MM_COMMUNICATION_PPI mPeiMmCommunication = {
STATIC CONST EFI_PEI_PPI_DESCRIPTOR mPeiMmCommunicationPpi = {
(EFI_PEI_PPI_DESCRIPTOR_PPI | EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST),
&gEfiPeiMmCommunicationPpiGuid,
(VOID*)&mPeiMmCommunication
(VOID *)&mPeiMmCommunication
};
/**