]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ServiceBinding.h
added newline after brief summary
[mirror_edk2.git] / MdePkg / Include / Protocol / ServiceBinding.h
index 5a1896392a662f61eb0b164326c71a4af3b28bb7..683a956327cc6ce8e37f87001d6fc40334e176aa 100644 (file)
@@ -26,6 +26,7 @@ typedef struct _EFI_SERVICE_BINDING_PROTOCOL EFI_SERVICE_BINDING_PROTOCOL;
 \r
 /**\r
   Creates a child handle and installs a protocol.\r
+  \r
   The CreateChild() function installs a protocol on ChildHandle. \r
   If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle. \r
   If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.\r
@@ -51,6 +52,7 @@ EFI_STATUS
 \r
 /**\r
   Destroys a child handle with a protocol installed on it.\r
+  \r
   The DestroyChild() function does the opposite of CreateChild(). It removes a protocol \r
   that was installed by CreateChild() from ChildHandle. If the removed protocol is the \r
   last protocol on ChildHandle, then ChildHandle is destroyed.\r