Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Ewan Crawford <ewan@codeplay.com>
  • Loading branch information
fabiomestre and EwanC committed Aug 1, 2024
1 parent 6586ce9 commit 48f6566
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,8 @@ namespace ext::oneapi::experimental {
class dynamic_command_group {
public:
dynamic_command_group(
command_graph<graph_state::modifiable> graph, const std::vector<std::function<void(handler &)>>& cgfList);
command_graph<graph_state::modifiable> graph,
const std::vector<std::function<void(handler &)>>& cgfList);
size_t get_active_cgf();
void set_active_cgf(size_t cgfIndex);
Expand Down

0 comments on commit 48f6566

Please sign in to comment.