Commit e4f5508c authored by Paul's avatar Paul
Browse files

Formatting

parent 26d6f15f
...@@ -430,7 +430,7 @@ auto nary(hipStream_t stream, argument result, Arguments... args) ...@@ -430,7 +430,7 @@ auto nary(hipStream_t stream, argument result, Arguments... args)
} }
return true; return true;
}); });
if (fallback) if(fallback)
nary_impl(stream, f, result, args...); nary_impl(stream, f, result, args...);
}; };
} }
......
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