X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FPlatformSecureLibNull%2FPlatformSecureLibNull.c;fp=SecurityPkg%2FLibrary%2FPlatformSecureLibNull%2FPlatformSecureLibNull.c;h=b350b04ebd90c010cb5f3e183c6422b0308e0313;hb=c411b485b63a671a1e276700cff025c73997233c;hp=c5a9d676c44a1676872bcc4f9c7a08e409235ba2;hpb=39de741e2dcb8f11e9b4438e37224797643d8451;p=mirror_edk2.git diff --git a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c index c5a9d676c4..b350b04ebd 100644 --- a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c +++ b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c @@ -11,7 +11,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #include -BOOLEAN mUserPhysicalPresence = FALSE; +BOOLEAN mUserPhysicalPresence = FALSE; /** @@ -39,7 +39,6 @@ UserPhysicalPresent ( return mUserPhysicalPresence; } - /** Save user physical presence state from a PCD to mUserPhysicalPresence. @@ -52,8 +51,7 @@ PlatformSecureLibNullConstructor ( VOID ) { - - mUserPhysicalPresence = PcdGetBool(PcdUserPhysicalPresence); + mUserPhysicalPresence = PcdGetBool (PcdUserPhysicalPresence); return RETURN_SUCCESS; }