mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Rename header guards to not start with double underscore
Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
See the License for more information.
|
||||
============================================================================*/
|
||||
#ifndef __cmCursesFilePathWidget_h
|
||||
#define __cmCursesFilePathWidget_h
|
||||
#ifndef cmCursesFilePathWidget_h
|
||||
#define cmCursesFilePathWidget_h
|
||||
|
||||
#include "cmCursesPathWidget.h"
|
||||
|
||||
@@ -25,4 +25,4 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
#endif // __cmCursesFilePathWidget_h
|
||||
#endif // cmCursesFilePathWidget_h
|
||||
|
||||
Reference in New Issue
Block a user