Skip to content

Commit bf43b24

Browse files
Format changes
1 parent c5b9f4f commit bf43b24

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flang/include/flang/Parser/parse-tree.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,8 +4783,8 @@ struct OpenMPConstruct {
47834783
std::variant<OpenMPStandaloneConstruct, OpenMPSectionsConstruct,
47844784
OpenMPSectionConstruct, OpenMPLoopConstruct, OpenMPBlockConstruct,
47854785
OpenMPAtomicConstruct, OpenMPDeclarativeAllocate, OpenMPDispatchConstruct,
4786-
OpenMPUtilityConstruct, OpenMPExecutableAllocate, OpenMPAllocatorsConstruct,
4787-
OpenMPCriticalConstruct>
4786+
OpenMPUtilityConstruct, OpenMPExecutableAllocate,
4787+
OpenMPAllocatorsConstruct, OpenMPCriticalConstruct>
47884788
u;
47894789
};
47904790

flang/lib/Semantics/check-omp-structure.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,8 +1759,8 @@ void OmpStructureChecker::Enter(const parser::OpenMPDispatchConstruct &x) {
17591759

17601760
auto it{block.begin()};
17611761
bool passChecks{false};
1762-
if (const parser::AssignmentStmt *assignStmt{
1763-
parser::Unwrap<parser::AssignmentStmt>(*it)}) {
1762+
if (const parser::AssignmentStmt *
1763+
assignStmt{parser::Unwrap<parser::AssignmentStmt>(*it)}) {
17641764
if (parser::Unwrap<parser::FunctionReference>(assignStmt->t)) {
17651765
passChecks = true;
17661766
}

0 commit comments

Comments
 (0)