Skip to content

Commit bd23ede

Browse files
authored
fix formatting for bulleted list (KhronosGroup#1253)
1 parent ab084f9 commit bd23ede

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/opencl_runtime_layer.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5438,7 +5438,8 @@ acquired.
54385438
This is to guarantee that the state of the memory objects is up-to-date and
54395439
they are accessible to OpenCL.
54405440

5441-
The following restrictions shall apply -
5441+
The following restrictions shall apply:
5442+
54425443
* Each memory object must be acquired only once. Acquiring a memory object
54435444
multiple times without releasing it results in implementation-defined
54445445
behavior.
@@ -5531,7 +5532,8 @@ commands in the other API.
55315532
This is to guarantee that the state of memory objects is up-to-date and they
55325533
are accessible to the other API.
55335534

5534-
The following restrictions shall apply -
5535+
The following restrictions shall apply:
5536+
55355537
* Each memory object must be released only once. Releasing a memory object
55365538
multiple times without acquiring it results in implementation-defined
55375539
behavior.

0 commit comments

Comments
 (0)