Skip to content

Commit 2464dd3

Browse files
clang-format (started using upstream)
1 parent 0289de2 commit 2464dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Evaluate/call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ static void DetermineCopyInOutArgument(
261261
// not copy-out.
262262
actual.SetMayNeedCopyIn();
263263
} else if (bool actualIsArray{actual.Rank() > 0};
264-
actualIsArray &&!IsSimplyContiguous(actual, sc.foldingContext())) {
264+
actualIsArray && !IsSimplyContiguous(actual, sc.foldingContext())) {
265265
// Actual arguments that are variables are copy-in when non-contiguous.
266266
// They are copy-out when don't have vector subscripts
267267
actual.SetMayNeedCopyIn();

0 commit comments

Comments
 (0)