]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Variable/EmuRuntimeDxe/InitVariable.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / EmuRuntimeDxe / InitVariable.c
index 309a4b8dbfeb61e8b2e599b0a7dcd7aa1c6dc826..dac0464253d6b66de14dadb5c7a8a9fd567605cd 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
 \r
-  Implment all four UEFI runtime variable services and \r
+  Implment all four UEFI runtime variable services and\r
   install variable architeture protocol.\r
-  \r
-Copyright (c) 2006 - 2016, 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
@@ -29,7 +29,7 @@ EFI_EVENT   mVirtualAddressChangeEvent = NULL;
                                     data, this value contains the required size.\r
   @param Data                       The buffer to return the contents of the variable. May be NULL\r
                                     with a zero DataSize in order to determine the size buffer needed.\r
-                      \r
+\r
   @return EFI_INVALID_PARAMETER     Invalid parameter\r
   @return EFI_SUCCESS               Find the specified variable\r
   @return EFI_NOT_FOUND             Not found\r
@@ -203,13 +203,13 @@ VariableClassAddressChangeEvent (
 \r
 /**\r
   EmuVariable Driver main entry point. The Variable driver places the 4 EFI\r
-  runtime services in the EFI System Table and installs arch protocols \r
+  runtime services in the EFI System Table and installs arch protocols\r
   for variable read and write services being available. It also registers\r
   notification function for EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event.\r
 \r
-  @param[in] ImageHandle    The firmware allocated handle for the EFI image.  \r
+  @param[in] ImageHandle    The firmware allocated handle for the EFI image.\r
   @param[in] SystemTable    A pointer to the EFI System Table.\r
-  \r
+\r
   @retval EFI_SUCCESS       Variable service successfully initialized.\r
 \r
 **/\r