Skip to content

Commit 32e59c0

Browse files
committed
Fix code formatting
1 parent 4954246 commit 32e59c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/lib/Lower/OpenMP/DataSharingProcessor.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ void DataSharingProcessor::collectSymbols(
409409
// Collect all symbols referenced in the evaluation being processed,
410410
// that matches 'flag'.
411411
llvm::SetVector<const semantics::Symbol *> allSymbols;
412-
413-
converter.collectSymbolSet(eval, allSymbols, flag, /*collectSymbols=*/true,
412+
converter.collectSymbolSet(eval, allSymbols, flag,
413+
/*collectSymbols=*/true,
414414
/*collectHostAssociatedSymbols=*/true);
415415

416416
llvm::SetVector<const semantics::Symbol *> symbolsInNestedRegions;

0 commit comments

Comments
 (0)