git: f98364e5cc - main - Remove stray }

Warner Losh imp at FreeBSD.org
Thu Jun 3 12:55:05 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f98364e5cc1d18eda448df5daa3bb80dc05fd5ca

commit f98364e5cc1d18eda448df5daa3bb80dc05fd5ca
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-03 12:53:48 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-06-03 12:55:03 +0000

    Remove stray }
    
    Noticed by:     ceri@
    Sponsored by:   Netflix
---
 documentation/content/en/books/arch-handbook/kobj/_index.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/documentation/content/en/books/arch-handbook/kobj/_index.adoc b/documentation/content/en/books/arch-handbook/kobj/_index.adoc
index 0b81112792..77954ac18b 100644
--- a/documentation/content/en/books/arch-handbook/kobj/_index.adoc
+++ b/documentation/content/en/books/arch-handbook/kobj/_index.adoc
@@ -151,7 +151,7 @@ CODE {
 	struct foo * foo_alloc_null(struct bar *)
 	{
 		return NULL;
-}
+	}
 };
 ....
 
@@ -165,7 +165,6 @@ For example:
 HEADER {
         struct mumble;
         struct grumble;
-}
 };
 ....
 


More information about the dev-commits-doc-all mailing list