From: Heinrich Schuchardt Date: Sat, 16 Jul 2022 04:19:08 +0000 (+0200) Subject: doc: typo 'formatted' in codingstyle.rst X-Git-Tag: baikal/mips/sdk5.8.2~5^2~279^2~2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=18df3ebfe18d49f832b8774f5eae20dd3b603d3e;p=uboot.git doc: typo 'formatted' in codingstyle.rst %s/formatted/format/ Fixes: 845858d8b0f8 ("doc: Migrate CodingStyle wiki page to Sphinx") Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini --- diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index 2b13818a8c..a6bc37bbb4 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -41,7 +41,7 @@ The following rules apply: * The exception here is Python which requires 4 spaces instead. - * All source files need to be in "Unix" and not "DOS" or "Windows" formatted, + * All source files need to be in "Unix" and not "DOS" or "Windows" format, with respect to line ends. * Do not add more than 2 consecutive empty lines to source files