]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Library / PlatformSecureLibNull / PlatformSecureLibNull.c
index c5a9d676c44a1676872bcc4f9c7a08e409235ba2..b350b04ebd90c010cb5f3e183c6422b0308e0313 100644 (file)
@@ -11,7 +11,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 #include <Uefi/UefiBaseType.h>\r
 \r
-BOOLEAN       mUserPhysicalPresence      = FALSE;\r
+BOOLEAN  mUserPhysicalPresence = FALSE;\r
 \r
 /**\r
 \r
@@ -39,7 +39,6 @@ UserPhysicalPresent (
   return mUserPhysicalPresence;\r
 }\r
 \r
-\r
 /**\r
   Save user physical presence state from a PCD to mUserPhysicalPresence.\r
 \r
@@ -52,8 +51,7 @@ PlatformSecureLibNullConstructor (
   VOID\r
   )\r
 {\r
-\r
-  mUserPhysicalPresence = PcdGetBool(PcdUserPhysicalPresence);\r
+  mUserPhysicalPresence = PcdGetBool (PcdUserPhysicalPresence);\r
 \r
   return RETURN_SUCCESS;\r
 }\r