Commit 6e9142b5 authored by Paul's avatar Paul
Browse files

Formatting

parent 9607aef2
...@@ -25,7 +25,10 @@ struct record_event ...@@ -25,7 +25,10 @@ struct record_event
return {}; return {};
} }
void finalize(context& ctx, const shape&, const std::vector<shape>&) { ctx.create_events(event); } void finalize(context& ctx, const shape&, const std::vector<shape>&)
{
ctx.create_events(event);
}
}; };
struct wait_event struct wait_event
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment