Skip to content

Commit 48f6566

Browse files
fabiomestreEwanC
andauthored
Improve formatting
Co-authored-by: Ewan Crawford <[email protected]>
1 parent 6586ce9 commit 48f6566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@ namespace ext::oneapi::experimental {
564564
class dynamic_command_group {
565565
public:
566566
dynamic_command_group(
567-
command_graph<graph_state::modifiable> graph, const std::vector<std::function<void(handler &)>>& cgfList);
567+
command_graph<graph_state::modifiable> graph,
568+
const std::vector<std::function<void(handler &)>>& cgfList);
568569
569570
size_t get_active_cgf();
570571
void set_active_cgf(size_t cgfIndex);

0 commit comments

Comments
 (0)