Skip to content

Commit 595c4f6

Browse files
Fix clang format
1 parent 8d7305b commit 595c4f6

File tree

1 file changed

+1
-1
lines changed
  • flang/include/flang/Lower/Support

1 file changed

+1
-1
lines changed

flang/include/flang/Lower/Support/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ class IsEqualEvaluateExpr {
580580
checkCharacterType = x.LEN() == y.LEN();
581581
}
582582
using Base = Fortran::evaluate::ArrayConstructorValues<A>;
583-
return isEqual((Base) x, (Base) y) &&
583+
return isEqual((Base)x, (Base)y) &&
584584
(x.GetType() == y.GetType() && checkCharacterType);
585585
}
586586
static bool isEqual(const Fortran::evaluate::ImpliedDoIndex &x,

0 commit comments

Comments
 (0)