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 <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-08-03 13:08:02 +08:00 committed by Xiang Xiao
parent f3ddb3ffac
commit ba4769d412

View File

@ -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