]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ServiceBinding.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / ServiceBinding.h
index 99d8bcaedd350f223b4901d700172b6634b69fd2..b39af73a95ec8b76d41fed414a8ef189604f15b9 100644 (file)
@@ -6,13 +6,7 @@
   handles that support a given set of protocols.\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
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -87,8 +81,8 @@ EFI_STATUS
 /// protocol and calling DestroyChild() when it is finished with that protocol.\r
 ///\r
 struct _EFI_SERVICE_BINDING_PROTOCOL {\r
-  EFI_SERVICE_BINDING_CREATE_CHILD         CreateChild;\r
-  EFI_SERVICE_BINDING_DESTROY_CHILD        DestroyChild;\r
+  EFI_SERVICE_BINDING_CREATE_CHILD     CreateChild;\r
+  EFI_SERVICE_BINDING_DESTROY_CHILD    DestroyChild;\r
 };\r
 \r
 #endif\r