Skip to content

Commit 08642a3

Browse files
committed
Fix syntax error in Clang release notes
There needs to be a blank line after ".. code-block:: <lang>".
1 parent 6a5ccb2 commit 08642a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ OpenMP Support in Clang
245245
other OpenMP loop associated constructs as in
246246

247247
.. code-block:: c
248+
248249
#pragma omp parallel for
249250
#pragma omp unroll partial(4)
250251
for (int i = 0; i < n; ++i)
@@ -253,6 +254,7 @@ OpenMP Support in Clang
253254
user-defined tile size.
254255

255256
.. code-block:: c
257+
256258
#pragma omp tile sizes(8,8)
257259
for (int i = 0; i < m; ++i)
258260
for (int j = 0; j < n; ++j)

0 commit comments

Comments
 (0)