]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDevicePathLib/DevicePathUtilitiesDxeSmm.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / DevicePathUtilitiesDxeSmm.c
index 7f3b6076ef340fe338be017f9807d7767cc38e70..ddd139567ed9945e48c64509aa8783e961b3c268 100644 (file)
@@ -16,7 +16,6 @@
 \r
 #include "UefiDevicePathLib.h"\r
 \r
-\r
 /**\r
   Retrieves the device path protocol from a handle.\r
 \r
@@ -33,7 +32,7 @@
 EFI_DEVICE_PATH_PROTOCOL *\r
 EFIAPI\r
 DevicePathFromHandle (\r
-  IN EFI_HANDLE                      Handle\r
+  IN EFI_HANDLE  Handle\r
   )\r
 {\r
   EFI_DEVICE_PATH_PROTOCOL  *DevicePath;\r
@@ -42,10 +41,11 @@ DevicePathFromHandle (
   Status = gBS->HandleProtocol (\r
                   Handle,\r
                   &gEfiDevicePathProtocolGuid,\r
-                  (VOID *) &DevicePath\r
+                  (VOID *)&DevicePath\r
                   );\r
   if (EFI_ERROR (Status)) {\r
     DevicePath = NULL;\r
   }\r
+\r
   return DevicePath;\r
 }\r