diff mbox series

[1/3] sphinx-lint: trailing whitespace

Message ID 20250524010609.40569-1-twoerner@gmail.com
State Superseded
Headers show
Series [1/3] sphinx-lint: trailing whitespace | expand

Commit Message

Trevor Woerner May 24, 2025, 1:06 a.m. UTC
Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 documentation/sdk-manual/extensible.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Trevor Woerner May 24, 2025, 1:08 a.m. UTC | #1
Oops! Wasn't able to Ctrl+C it in time to stop all of them...
Please ignore this patch.

On Fri 2025-05-23 @ 09:06:07 PM, Trevor Woerner wrote:
> Fix all instances of trailing-whitespace as reported by 'make sphinx-lint'.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  documentation/sdk-manual/extensible.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
> index d8d3858bfee2..a7546e728849 100644
> --- a/documentation/sdk-manual/extensible.rst
> +++ b/documentation/sdk-manual/extensible.rst
> @@ -669,7 +669,7 @@ SDK or eSDK:
>     ``devtool build``.
>     It also allows to benefit from the very good integration that IDEs like
>     VSCode offer for tools like CMake or GDB.
> -   
> +
>     However, supporting many programming languages and multiple
>     IDEs is quite an elaborate and constantly evolving thing. Support for IDEs
>     is therefore implemented as plugins. Plugins can also be provided by
> -- 
> 2.44.0.501.g19981daefd7c
>
diff mbox series

Patch

diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index d8d3858bfee2..a7546e728849 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -669,7 +669,7 @@  SDK or eSDK:
    ``devtool build``.
    It also allows to benefit from the very good integration that IDEs like
    VSCode offer for tools like CMake or GDB.
-   
+
    However, supporting many programming languages and multiple
    IDEs is quite an elaborate and constantly evolving thing. Support for IDEs
    is therefore implemented as plugins. Plugins can also be provided by