Skip to content

Commit 5eae752

Browse files
Fix clang-format
1 parent 81df952 commit 5eae752

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
@@ -574,7 +574,7 @@ class IsEqualEvaluateExpr {
574574
}
575575
static bool isEqual(const Fortran::evaluate::SubscriptInteger &x,
576576
const Fortran::evaluate::SubscriptInteger &y) {
577-
return x == y;
577+
return x == y;
578578
}
579579
template <typename A>
580580
static bool isEqual(const Fortran::evaluate::ArrayConstructor<A> &x,

0 commit comments

Comments
 (0)