[flang][driver] Formatting OpenMP sema check as per clang-format

This commit is contained in:
Arnamoy Bhattacharyya 2021-03-10 16:47:56 -05:00
parent 49942c6d4a
commit 361e9bf97e
1 changed files with 2 additions and 2 deletions

View File

@ -1203,8 +1203,8 @@ void OmpStructureChecker::CheckPrivateSymbolsInOuterCxt(
}
}
void OmpStructureChecker::CheckWorkshareBlockStmts(
const parser::Block &block, parser::CharBlock source) {
void OmpStructureChecker::CheckWorkshareBlockStmts(const parser::Block &block,
parser::CharBlock source) {
OmpWorkshareBlockChecker ompWorkshareBlockChecker{context_, source};
for (auto it{block.begin()}; it != block.end(); ++it) {