From 2bd59adc7c456ce6f377feac8bc838e8011ebfc8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 5 Jun 2015 21:49:04 +0300 Subject: Fix code style. --- src/enums/gui/themecolorid.h | 6 +++--- src/enums/resources/map/maptype.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/enums') diff --git a/src/enums/gui/themecolorid.h b/src/enums/gui/themecolorid.h index fe735c29d..963d85ef0 100644 --- a/src/enums/gui/themecolorid.h +++ b/src/enums/gui/themecolorid.h @@ -22,8 +22,8 @@ * along with this program. If not, see . */ -#ifndef GUI_THEMECOLORID_H -#define GUI_THEMECOLORID_H +#ifndef ENUMS_GUI_THEMECOLORID_H +#define ENUMS_GUI_THEMECOLORID_H #include "enums/simpletypes/enumdefines.h" @@ -253,4 +253,4 @@ enumStart(ThemeColorId) } enumEnd(ThemeColorId); -#endif // GUI_THEMECOLORID_H +#endif // ENUMS_GUI_THEMECOLORID_H diff --git a/src/enums/resources/map/maptype.h b/src/enums/resources/map/maptype.h index bb3607aa4..823e6c081 100644 --- a/src/enums/resources/map/maptype.h +++ b/src/enums/resources/map/maptype.h @@ -20,8 +20,8 @@ * along with this program. If not, see . */ -#ifndef RESOURCES_MAP_MAPTYPE_H -#define RESOURCES_MAP_MAPTYPE_H +#ifndef ENUMS_RESOURCES_MAP_MAPTYPE_H +#define ENUMS_RESOURCES_MAP_MAPTYPE_H #include "enums/simpletypes/enumdefines.h" @@ -37,4 +37,4 @@ enumStart(MapType) } enumEnd(MapType); -#endif // RESOURCES_MAP_MAPTYPE_H +#endif // ENUMS_RESOURCES_MAP_MAPTYPE_H -- cgit v1.2.3-70-g09d2