mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
85425a3e6c
The clang-format tool may turn this:
public: // comment about access specifier
// unrelated comment indented with code
...
Into:
public: // comment about access specifier
// unrelated comment indented with code
...
Avoid this by moving comments off of access specifier lines.