]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Include/Protocol/UnixUgaIo.h
Fix issue with fixing tabs.
[mirror_edk2.git] / UnixPkg / Include / Protocol / UnixUgaIo.h
index 5200e4c4e081b8449046c9e1c3ce85e0c124a58a..1327e6a096fab0593ce120bc209d8be8e13f7838 100644 (file)
@@ -81,23 +81,23 @@ EFI_STATUS
 
 
 typedef struct {
-         UINTN                                   SourceX;
-         UINTN                                   SourceY;
-         UINTN                                   DestinationX;
-         UINTN                                   DestinationY;
-         UINTN                                   Width;
-         UINTN                                   Height;
-         UINTN                                   Delta;
+    UINTN                                   SourceX;
+    UINTN                                   SourceY;
+    UINTN                                   DestinationX;
+    UINTN                                   DestinationY;
+    UINTN                                   Width;
+    UINTN                                   Height;
+    UINTN                                   Delta;
 } UGA_BLT_ARGS;
 
 typedef
 EFI_STATUS
 (EFIAPI *UGABlt)(
     IN  EFI_UNIX_UGA_IO_PROTOCOL                *Uga,
-         IN  EFI_UGA_PIXEL                           *BltBuffer OPTIONAL,
-         IN  EFI_UGA_BLT_OPERATION                   BltOperation,
-         IN  UGA_BLT_ARGS                            *Args
-         );
+    IN  EFI_UGA_PIXEL                           *BltBuffer OPTIONAL,
+    IN  EFI_UGA_BLT_OPERATION                   BltOperation,
+    IN  UGA_BLT_ARGS                            *Args
+    );
 
 typedef
 BOOLEAN