Applying clang-format to the /runtime/src/ folder
Details
Diff Detail
- Repository
- rOMP OpenMP
Event Timeline
Hmm, this should generally be done for each change and not for the sake of formatting: https://llvm.org/docs/CodingStandards.html#introduction
but we explicitly do not want patches that do large-scale reformatting of existing code.
Actually the patch looks acceptable to me, as it is not a "large-scale reformatting" but only 6 lines of code.
Honestly I don't really care, but please keep the indention in ompt_try_start_tool or move the comment so that clang-format doesn't get it wrong.
runtime/src/ompt-general.cpp | ||
---|---|---|
220–221 | Can you also remove this indentation? |
runtime/src/ompt-general.cpp | ||
---|---|---|
220–221 | I explicitly requested this change to be reverted. In my opinion the comment really belongs to this level as it relates to all function calls in the #if blocks. That said we might want to put it somewhere so that clang-format doesn't get it wrong. |
Can you also remove this indentation?