Skip to content

Commit 440fe5c

Browse files
clang-format
1 parent 2edba5c commit 440fe5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Semantics/check-declarations.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2998,7 +2998,8 @@ void CheckHelper::CheckGlobalName(const Symbol &symbol) {
29982998
} else if ((IsProcedure(symbol) || IsBlockData(symbol)) &&
29992999
(IsProcedure(other) || IsBlockData(other)) &&
30003000
(!(IsExternalProcedureDefinition(symbol) || GetMainEntry(&symbol)) ||
3001-
!(IsExternalProcedureDefinition(other) || GetMainEntry(&other)))) {
3001+
!(IsExternalProcedureDefinition(other) ||
3002+
GetMainEntry(&other)))) {
30023003
// Both are procedures/BLOCK DATA, not both definitions.
30033004
// Note: GetMainEntry() above returns non-null in case symbol
30043005
// is an alternate entry.

0 commit comments

Comments
 (0)