summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2025-05-23 21:10:30 -0400
committerSteve Sakoman <steve@sakoman.com>2025-05-27 09:38:57 -0700
commit539ee0aa4f3627750b5629e0df8425881c4f05d2 (patch)
tree6573df7645c0febd9d84e6d133ec0ad32d06d1f3
parente8c615a16964583659a837efec0d2262e06fbcb5 (diff)
downloadpoky-539ee0aa4f3627750b5629e0df8425881c4f05d2.tar.gz
sphinx-lint: trailing whitespace
Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'. (From yocto-docs rev: d754df8f2084ad45305cfd9c1cf35da727240aa4) Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/sdk-manual/extensible.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index d8d3858bfe..a7546e7288 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -669,7 +669,7 @@ SDK or eSDK:
669 ``devtool build``. 669 ``devtool build``.
670 It also allows to benefit from the very good integration that IDEs like 670 It also allows to benefit from the very good integration that IDEs like
671 VSCode offer for tools like CMake or GDB. 671 VSCode offer for tools like CMake or GDB.
672 672
673 However, supporting many programming languages and multiple 673 However, supporting many programming languages and multiple
674 IDEs is quite an elaborate and constantly evolving thing. Support for IDEs 674 IDEs is quite an elaborate and constantly evolving thing. Support for IDEs
675 is therefore implemented as plugins. Plugins can also be provided by 675 is therefore implemented as plugins. Plugins can also be provided by