]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatform.c
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / QemuFwCfgAcpiPlatform.c
index 5cb3bac9dbb84cf71ca7cc0fd710fafc6c74dccc..aff1ad0c97809019c3adc51887a546ef62445bed 100644 (file)
@@ -4,13 +4,7 @@
   Copyright (C) 2015, Red Hat, Inc.\r
   Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available\r
-  under the terms and conditions of the BSD License which accompanies this\r
-  distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
-  WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 **/\r
 \r
 #include "AcpiPlatform.h"\r
 EFI_STATUS\r
 EFIAPI\r
 InstallAcpiTables (\r
-  IN   EFI_ACPI_TABLE_PROTOCOL       *AcpiTable\r
+  IN   EFI_ACPI_TABLE_PROTOCOL  *AcpiTable\r
   )\r
 {\r
-  EFI_STATUS                         Status;\r
+  EFI_STATUS  Status;\r
 \r
   Status = InstallQemuFwCfgTables (AcpiTable);\r
   return Status;\r