github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 29ee66f4a0967e43a035f147c960743c7b640f2f 
2dc40b67e55985de4e9e89758d6c65eb73faac02 -- 
clang/test/OpenMP/map_struct_ordering.cpp 
openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp 
clang/lib/CodeGen/CGOpenMPRuntime.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git 
a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp 
b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
index 38b6b3e48a..cecafe4c58 100644
--- a/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
+++ b/openmp/libomptarget/test/offloading/struct_mapping_with_pointers.cpp
@@ -112,4 +112,3 @@ int main() {
 
   return 0;
 }
-

``````````

</details>


https://github.com/llvm/llvm-project/pull/75642
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to