Skip to content

Commit 950b48b

Browse files
authored
[SYCL][Doc] Minor formatting changes (#10402)
1 parent 9f246c7 commit 950b48b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

sycl/doc/developer/ContributeToDPCPP.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ commit message title. To a reasonable extent, additional tags can be used
3636
to signify the component changed, e.g.: `[PI]`, `[CUDA]`, `[Doc]`.
3737

3838
## Using \<iostream\>
39-
According to [LLVM Coding Standards](https://llvm.org/docs/CodingStandards.html#include-iostream-is-forbidden),
39+
40+
According to
41+
[LLVM Coding Standards](https://llvm.org/docs/CodingStandards.html#include-iostream-is-forbidden),
4042
the use `#include <iostream>` is forbidden in library files. Instead, the
4143
sycl/detail/iostream_proxy.hpp header offers the functionality of <iostream>
4244
without its static constructor.
43-
This header should be used in place of <iostream> in DPC++ headers
44-
and runtime library files.
45+
This header should be used in place of <iostream> in DPC++ headers and runtime
46+
library files.
4547

4648
## Tests development
4749

0 commit comments

Comments
 (0)