diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2024-03-30 18:56:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-12 17:29:34 +0100 |
commit | a738448d83e28e97501ac30076f980efeeab4c83 (patch) | |
tree | 2a3c2b59913923d0734b4b72cbb6155c920f6236 /documentation/kernel-dev/advanced.rst | |
parent | 3ad2f245f0780bab65f01bca8b813bae9b06ca76 (diff) | |
download | poky-a738448d83e28e97501ac30076f980efeeab4c83.tar.gz |
manuals: remove tab characters
As reported by "make sphinx-lint"
Tabs are even removed in Makefile examples,
as Sphinx turns them to spaces anyway in the generated output.
(From yocto-docs rev: 20e9c0c9fad3109567948af6bc40bb0fa2a5552b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/advanced.rst')
-rw-r--r-- | documentation/kernel-dev/advanced.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst index bcaaaeed14..4c463503f6 100644 --- a/documentation/kernel-dev/advanced.rst +++ b/documentation/kernel-dev/advanced.rst | |||
@@ -303,8 +303,8 @@ The following listings show the ``build.scc`` file and part of the | |||
303 | . | 303 | . |
304 | . | 304 | . |
305 | . | 305 | . |
306 | char *dump_write = NULL, *files_source = NULL; | 306 | char *dump_write = NULL, *files_source = NULL; |
307 | int opt; | 307 | int opt; |
308 | -- | 308 | -- |
309 | 2.10.1 | 309 | 2.10.1 |
310 | 310 | ||