Move comments off of class access specifier lines
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.
Showing
- Source/CPack/IFW/cmCPackIFWGenerator.h 6 additions, 3 deletionsSource/CPack/IFW/cmCPackIFWGenerator.h
- Source/CPack/IFW/cmCPackIFWInstaller.h 8 additions, 4 deletionsSource/CPack/IFW/cmCPackIFWInstaller.h
- Source/CPack/IFW/cmCPackIFWPackage.h 9 additions, 4 deletionsSource/CPack/IFW/cmCPackIFWPackage.h
- Source/CTest/cmCTestGIT.h 3 additions, 1 deletionSource/CTest/cmCTestGIT.h
- Source/CTest/cmCTestVC.h 2 additions, 1 deletionSource/CTest/cmCTestVC.h
Please register or sign in to comment