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/resources/map/maptype.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/enums/resources') 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