Style: Harmonize header guards to style guide [Core]
This commit is contained in:
parent
5fede4a81c
commit
13a9bfbca7
69 changed files with 121 additions and 104 deletions
|
|
@ -28,8 +28,8 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef PROJECT_SETTINGS_H
|
||||
#define PROJECT_SETTINGS_H
|
||||
#ifndef PROJECT_SETTINGS_EDITOR_H
|
||||
#define PROJECT_SETTINGS_EDITOR_H
|
||||
|
||||
#include "core/undo_redo.h"
|
||||
#include "editor/editor_autoload_settings.h"
|
||||
|
|
@ -204,4 +204,4 @@ public:
|
|||
ProjectSettingsEditor(EditorData *p_data);
|
||||
};
|
||||
|
||||
#endif // PROJECT_SETTINGS_H
|
||||
#endif // PROJECT_SETTINGS_EDITOR_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue