[OpenMP][NFC] clang-format the OpenMP device runtime
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 23 May 2023 16:09:16 +0000 (11:09 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 23 May 2023 16:19:09 +0000 (11:19 -0500)
commit47800a12dcb4cb6fee395f86cb7a81aa3fb4b932
tree6dcfe1e84b0f6ef68b50ce3ffa4311f4d4cc5fe8
parente826762a0826c11dc62696e46068c61c57a00aa9
[OpenMP][NFC] clang-format the OpenMP device runtime

These files aren't fully formatted. I'm guessing this was a holdover
from when `clang-format` was totally broken for OpenMP offloading.
Format the files to be more consistent.

Reviewed By: tianshilei1992

Differential Revision: https://reviews.llvm.org/D151226
openmp/libomptarget/DeviceRTL/include/Types.h
openmp/libomptarget/DeviceRTL/include/generated_microtask_cases.gen
openmp/libomptarget/DeviceRTL/src/LibC.cpp
openmp/libomptarget/DeviceRTL/src/Mapping.cpp
openmp/libomptarget/DeviceRTL/src/Misc.cpp
openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
openmp/libomptarget/DeviceRTL/src/Utils.cpp
openmp/libomptarget/DeviceRTL/src/Workshare.cpp