diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-03 23:01:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-03 23:01:21 +0300 |
commit | e5d3974020ad28a33e06fa5e896a1d221ccce470 (patch) | |
tree | 9e8f4015dbed8adc67d5602e2e86ee8f542e6435 /src/enums/resources/map | |
parent | 1abda37d9a6173f67ee12600ca8948cd205ebad1 (diff) | |
download | plus-e5d3974020ad28a33e06fa5e896a1d221ccce470.tar.gz plus-e5d3974020ad28a33e06fa5e896a1d221ccce470.tar.bz2 plus-e5d3974020ad28a33e06fa5e896a1d221ccce470.tar.xz plus-e5d3974020ad28a33e06fa5e896a1d221ccce470.zip |
Fix code style.
Diffstat (limited to 'src/enums/resources/map')
-rw-r--r-- | src/enums/resources/map/mapitemtype.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/resources/map/mapitemtype.h b/src/enums/resources/map/mapitemtype.h index 38677f479..13013e050 100644 --- a/src/enums/resources/map/mapitemtype.h +++ b/src/enums/resources/map/mapitemtype.h @@ -18,8 +18,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ENUMS_RESOURCES_MAPITEMTYPE_H -#define ENUMS_RESOURCES_MAPITEMTYPE_H +#ifndef ENUMS_RESOURCES_MAP_MAPITEMTYPE_H +#define ENUMS_RESOURCES_MAP_MAPITEMTYPE_H namespace MapItemType { @@ -44,4 +44,4 @@ namespace MapItemType }; } // namespace MapItemType -#endif // ENUMS_RESOURCES_MAPITEMTYPE_H +#endif // ENUMS_RESOURCES_MAP_MAPITEMTYPE_H |