This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new ba4769d412 doc: Fix code blocks in thread_local_storage.rst
ba4769d412 is described below

commit ba4769d4121d61c3627537f2d0090a6b2f00cfe3
Author: Huang Qi <[email protected]>
AuthorDate: Sat Aug 3 13:08:02 2024 +0800

    doc: Fix code blocks in thread_local_storage.rst
    
    Add missing blank line before the code block to
    render it correctly.
    
    Signed-off-by: Huang Qi <[email protected]>
---
 Documentation/guides/thread_local_storage.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/guides/thread_local_storage.rst 
b/Documentation/guides/thread_local_storage.rst
index d76f379679..f78e036c8b 100644
--- a/Documentation/guides/thread_local_storage.rst
+++ b/Documentation/guides/thread_local_storage.rst
@@ -28,6 +28,7 @@ If your compiler support it then you still need further 
configuration to use it:
 2. Handle ``tbss`` and ``tdata`` sections in linker script, your can refer to 
the example in rv-virt
 
 To confirm that your compiler supports TLS, you can try this command:
+
 .. code-block:: console
 
     arm-none-eabi-gcc --verbose

Reply via email to