Commit c53de0bd authored by Paul's avatar Paul
Browse files

Format

parent 1a096ad1
......@@ -303,10 +303,7 @@ struct find_double_add_lit_broadcast
struct find_inner_broadcast
{
auto matcher() const
{
return pointwise(match::all_of[match::inputs()](match::broadcast()));
}
auto matcher() const { return pointwise(match::all_of[match::inputs()](match::broadcast())); }
void apply(module& m, const match::matcher_result& r) const
{
......
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