]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDevicePath.c
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / SecureBootConfigDxe / SecureBootConfigDevicePath.c
index 1e27f7a28ce9b49c038b9df20ba4db40c590423d..40d989dab6c873c9743c9d0ba842a6c4446bf6c1 100644 (file)
@@ -8,7 +8,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 \r
 #include "SecureBootConfigImpl.h"\r
 \r
-\r
 /**\r
   This function converts an input device structure to a Unicode string.\r
 \r
@@ -20,7 +19,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 CHAR16 *\r
 EFIAPI\r
 DevicePathToStr (\r
-  IN EFI_DEVICE_PATH_PROTOCOL     *DevPath\r
+  IN EFI_DEVICE_PATH_PROTOCOL  *DevPath\r
   )\r
 {\r
   return ConvertDevicePathToText (\r
@@ -29,4 +28,3 @@ DevicePathToStr (
            TRUE\r
            );\r
 }\r
-\r