Commit 52d1a1fc authored by Paul's avatar Paul
Browse files

Formatting

parent 0fd67cce
......@@ -350,7 +350,7 @@ void schedule::apply(program& p) const
auto w = ins2wait.at(i);
// If we already waited for the event on this stream then dont
// insert another wait event
if (waited_for[stream].count(w) == 0)
if(waited_for[stream].count(w) == 0)
model.wait(p, ins, w);
// Store the event as waited
waited_for[stream].insert(w);
......
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