diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-09-15 09:51:48 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2022-09-16 11:49:27 +0000 |
commit | 6580674b349191d097f8ebd4cc82abcd4f13fbc5 (patch) | |
tree | 2a92246acfbb1865b72301ee07e196ba1cf0130b | |
parent | a3acac15eea01ef82b9fddb68d8df5b606185610 (diff) |
contributing/coding_style.md: Add missing ">"
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I2f2cd20139f4cdb7ba665e9e49a03faea1ac085b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67658
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r-- | Documentation/contributing/coding_style.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/contributing/coding_style.md b/Documentation/contributing/coding_style.md index 67f320ae25..a0604c9d43 100644 --- a/Documentation/contributing/coding_style.md +++ b/Documentation/contributing/coding_style.md @@ -1002,7 +1002,7 @@ The C Programming Language, Second Edition by Brian W. Kernighan and Dennis M. Ritchie. Prentice Hall, Inc., 1988. ISBN 0-13-110362-8 (paperback), 0-13-110370-9 (hardback). URL: <https://duckduckgo.com/?q=isbn+0-13-110362-8> or -<https://www.google.com/search?q=isbn+0-13-110362-8. +<https://www.google.com/search?q=isbn+0-13-110362-8> The Practice of Programming by Brian W. Kernighan and Rob Pike. |