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

GitOrigin-RevId: 361e9bf97ed793b66a65788932f25f7b6a02f862
diff --git a/lib/Semantics/check-omp-structure.cpp b/lib/Semantics/check-omp-structure.cpp
index cbb77c5..790072b 100644
--- a/lib/Semantics/check-omp-structure.cpp
+++ b/lib/Semantics/check-omp-structure.cpp
@@ -1203,8 +1203,8 @@
   }
 }
 
-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) {