]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPort.c
IntelFrameworkModulePkg: Clean up source files
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / VgaMiniPortDxe / VgaMiniPort.c
index 25d1e3beb7233ee820695360649905b1a891145e..7633ebe86b28e1d06ac45753cdc2c8f171dd4f54 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Implements EFI Driver Binding Protocol and VGA Mini Port Protocol for VGA Mini Port Driver.\r
 \r
-Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\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
@@ -306,14 +306,14 @@ PciVgaMiniPortDriverBindingStop (
   This function implements EFI_VGA_MINI_PORT_PROTOCOL.SetMode().\r
   If ModeNumber exceeds the valid range, then EFI_UNSUPPORTED is returned.\r
   Otherwise, EFI_SUCCESS is directly returned without real operation.\r
-  \r
+\r
   @param This                 Protocol instance pointer.\r
   @param ModeNumber           Mode number.  0 - 80x25   1-80x50\r
 \r
   @retval EFI_SUCCESS         The mode was set\r
   @retval EFI_UNSUPPORTED     ModeNumber is not supported.\r
   @retval EFI_DEVICE_ERROR    The device is not functioning properly.\r
-  \r
+\r
 **/\r
 EFI_STATUS\r
 EFIAPI\r
@@ -328,4 +328,4 @@ PciVgaMiniPortSetMode (
 \r
   return EFI_SUCCESS;\r
 }\r
-  \r
+\r