diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-07-16 06:19:08 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-07-18 17:21:49 +0200 |
commit | 8f4c7ad7a07f940566bcb17e5c0c1b38254b17af (patch) | |
tree | 1ceb115707b506424ee9c72fd51858a167255309 | |
parent | 996839870436acc4e7b791b72c9c8d4a78bf4426 (diff) |
doc: typo 'formatted' in codingstyle.rst
%s/formatted/format/
Fixes: 4211fb2ef6dd ("doc: Migrate CodingStyle wiki page to Sphinx")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | doc/develop/codingstyle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |