]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / UefiDevicePathLib / UefiDevicePathLib.c
index af4b219387be3ffb3eb13734969222ba0f5363d3..a67d1cb30c3f8979d1357f25a8c81aac1f14e802 100644 (file)
@@ -13,7 +13,6 @@
 \r
 **/\r
 \r
-\r
 #include "UefiDevicePathLib.h"\r
 \r
 /**\r
@@ -199,8 +198,8 @@ AppendDevicePathInstance (
 EFI_DEVICE_PATH_PROTOCOL *\r
 EFIAPI\r
 GetNextDevicePathInstance (\r
-  IN OUT EFI_DEVICE_PATH_PROTOCOL    **DevicePath,\r
-  OUT UINTN                          *Size\r
+  IN OUT EFI_DEVICE_PATH_PROTOCOL  **DevicePath,\r
+  OUT UINTN                        *Size\r
   )\r
 {\r
   return UefiDevicePathLibGetNextDevicePathInstance (DevicePath, Size);\r
@@ -228,9 +227,9 @@ GetNextDevicePathInstance (
 EFI_DEVICE_PATH_PROTOCOL *\r
 EFIAPI\r
 CreateDeviceNode (\r
-  IN UINT8                           NodeType,\r
-  IN UINT8                           NodeSubType,\r
-  IN UINT16                          NodeLength\r
+  IN UINT8   NodeType,\r
+  IN UINT8   NodeSubType,\r
+  IN UINT16  NodeLength\r
   )\r
 {\r
   return UefiDevicePathLibCreateDeviceNode (NodeType, NodeSubType, NodeLength);\r
@@ -304,9 +303,9 @@ ConvertDeviceNodeToText (
 CHAR16 *\r
 EFIAPI\r
 ConvertDevicePathToText (\r
-  IN CONST EFI_DEVICE_PATH_PROTOCOL   *DevicePath,\r
-  IN BOOLEAN                          DisplayOnly,\r
-  IN BOOLEAN                          AllowShortcuts\r
+  IN CONST EFI_DEVICE_PATH_PROTOCOL  *DevicePath,\r
+  IN BOOLEAN                         DisplayOnly,\r
+  IN BOOLEAN                         AllowShortcuts\r
   )\r
 {\r
   return UefiDevicePathLibConvertDevicePathToText (DevicePath, DisplayOnly, AllowShortcuts);\r
@@ -326,7 +325,7 @@ ConvertDevicePathToText (
 EFI_DEVICE_PATH_PROTOCOL *\r
 EFIAPI\r
 ConvertTextToDeviceNode (\r
-  IN CONST CHAR16 *TextDeviceNode\r
+  IN CONST CHAR16  *TextDeviceNode\r
   )\r
 {\r
   return UefiDevicePathLibConvertTextToDeviceNode (TextDeviceNode);\r
@@ -347,7 +346,7 @@ ConvertTextToDeviceNode (
 EFI_DEVICE_PATH_PROTOCOL *\r
 EFIAPI\r
 ConvertTextToDevicePath (\r
-  IN CONST CHAR16 *TextDevicePath\r
+  IN CONST CHAR16  *TextDevicePath\r
   )\r
 {\r
   return UefiDevicePathLibConvertTextToDevicePath (TextDevicePath);\r