Skip to content

Commit

Permalink
fix clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: Stanley Winata <stanley.winata@amd.com>
  • Loading branch information
raikonenfnu committed Dec 27, 2024
1 parent 41ebb77 commit 0d5e6e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace {

/// Materialize
Value materializeAsConvertElementType(OpBuilder &builder, Type type,
ValueRange inputs, Location loc) {
ValueRange inputs, Location loc) {
assert(inputs.size() == 1 && "expected exactly one input");
return convertElementType(builder, loc, type, inputs[0]);
}
Expand Down

0 comments on commit 0d5e6e2

Please sign in to comment.