Commit 07d27ac2 authored by Paul's avatar Paul
Browse files

Formatting

parent 1c879101
...@@ -126,7 +126,7 @@ struct hip_device ...@@ -126,7 +126,7 @@ struct hip_device
void stream_sync() void stream_sync()
{ {
for(auto&& stream:streams) for(auto&& stream : streams)
hipStreamSynchronize(stream.get()); hipStreamSynchronize(stream.get());
} }
......
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