[Doc] Fix wrong indentation

Handle Sphinx's warning at line 218.
This commit is contained in:
Saiyedul Islam 2022-01-19 11:13:46 +00:00
parent da61cb019e
commit 6ee9654713
No known key found for this signature in database
GPG Key ID: 060B71C5AF15714F
1 changed files with 3 additions and 0 deletions

View File

@ -214,7 +214,10 @@ For each offloading target, device ELF code objects are generated by ``clang``,
* At compile time, the ``clang-offload-wrapper`` tool takes the following
actions:
* It embeds the ELF code objects for the device into the host code (see
:ref:`openmp-device-binary_embedding`).
* At execution time:
* The global constructor gets run and it registers the device image.