diff options
Diffstat (limited to 'SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.c')
-rw-r--r-- | SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.c b/SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.c index 4f2d7c58ed..eb69b870ed 100644 --- a/SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.c +++ b/SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.c @@ -29,12 +29,12 @@ SPDX-License-Identifier: BSD-2-Clause-Patent EFI_STATUS
EFIAPI
Tcg2MmDependencyDxeEntryPoint (
- IN EFI_HANDLE ImageHandle,
- IN EFI_SYSTEM_TABLE *SystemTable
+ IN EFI_HANDLE ImageHandle,
+ IN EFI_SYSTEM_TABLE *SystemTable
)
{
- EFI_STATUS Status;
- EFI_HANDLE Handle;
+ EFI_STATUS Status;
+ EFI_HANDLE Handle;
Handle = NULL;
Status = gBS->InstallProtocolInterface (
|