"src/vscode:/vscode.git/clone" did not exist on "f9462ff8551160130b48ea76e8d759b371c5c430"
Commit 07d27ac2 authored by Paul's avatar Paul
Browse files

Formatting

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