]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterGraphics.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConSplitterDxe / ConSplitterGraphics.c
index b7cdd7af39c003d5075852d13bf5f076e1e7ab73..b40b5cb2bb00ac84ce6ff6be877e14366d519ab0 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Support for Graphics output spliter.\r
-  \r
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -58,7 +58,7 @@ ConSplitterGraphicsOutputQueryMode (
   Private = GRAPHICS_OUTPUT_SPLITTER_PRIVATE_DATA_FROM_THIS (This);\r
 \r
   GraphicsOutput = NULL;\r
-  \r
+\r
   if (Private->CurrentNumberOfGraphicsOutput == 1) {\r
     //\r
     // Find the only one GraphicsOutput.\r
@@ -70,7 +70,7 @@ ConSplitterGraphicsOutputQueryMode (
       }\r
     }\r
   }\r
-  \r
+\r
   if (GraphicsOutput != NULL) {\r
     //\r
     // If only one physical GOP device exist, return its information.\r
@@ -79,7 +79,7 @@ ConSplitterGraphicsOutputQueryMode (
     return Status;\r
   } else {\r
     //\r
-    // If 2 more phyiscal GOP device exist or GOP protocol does not exist, \r
+    // If 2 more phyiscal GOP device exist or GOP protocol does not exist,\r
     // return GOP information (PixelFormat is PixelBltOnly) created in ConSplitterAddGraphicsOutputMode ().\r
     //\r
     *Info = AllocatePool (sizeof (EFI_GRAPHICS_OUTPUT_MODE_INFORMATION));\r
@@ -191,7 +191,7 @@ ConSplitterGraphicsOutputSetMode (
     This->Mode->FrameBufferSize = PhysicalGraphicsOutput->Mode->FrameBufferSize;\r
   } else {\r
     //\r
-    // If 2 more phyiscal GOP device exist or GOP protocol does not exist, \r
+    // If 2 more phyiscal GOP device exist or GOP protocol does not exist,\r
     // return GOP information (PixelFormat is PixelBltOnly) created in ConSplitterAddGraphicsOutputMode ().\r
     //\r
     CopyMem (This->Mode->Info, &Private->GraphicsOutputModeBuffer[ModeNumber], This->Mode->SizeOfInfo);\r
@@ -273,7 +273,7 @@ ConSplitterGraphicsOutputBlt (
   if (This == NULL || ((UINTN) BltOperation) >= EfiGraphicsOutputBltOperationMax) {\r
     return EFI_INVALID_PARAMETER;\r
   }\r
-  \r
+\r
   Private = GRAPHICS_OUTPUT_SPLITTER_PRIVATE_DATA_FROM_THIS (This);\r
 \r
   ReturnStatus = EFI_SUCCESS;\r