]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixUgaDxe/UnixUgaScreen.c
Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler...
[mirror_edk2.git] / UnixPkg / UnixUgaDxe / UnixUgaScreen.c
index ddd2fc28fb3d808a85a62ad49e462c17f3588f3f..45e84b0f2501dca54bf037f57906865a1dead81f 100644 (file)
@@ -256,7 +256,7 @@ UnixUgaBlt (
   // doing this operation.
   //
   OriginalTPL = gBS->RaiseTPL (TPL_NOTIFY);
-  
+
   //
   // Pack UGA Draw protocol parameters to UGA_BLT_ARGS structure to adapt to
   // UgaBlt() API of Unix UGA IO protocol.