diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-12 02:29:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-12 15:33:36 +0300 |
commit | 11a49b50fb6c2ff20f62f39d8606f54770b6a295 (patch) | |
tree | b53db1081ea5741cc9fe5c3a6dd426fffad803cc /src/resources/map/location.h | |
parent | 2884c80ba3c986eb44c61ec5f973a6c8c6fd2207 (diff) | |
download | plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.gz plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.bz2 plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.tar.xz plus-11a49b50fb6c2ff20f62f39d8606f54770b6a295.zip |
Fix code style
Diffstat (limited to 'src/resources/map/location.h')
-rw-r--r-- | src/resources/map/location.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/map/location.h b/src/resources/map/location.h index 6718f5c24..7c1995dba 100644 --- a/src/resources/map/location.h +++ b/src/resources/map/location.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef RESOURCES_MAP_LOCATION -#define RESOURCES_MAP_LOCATION +#ifndef RESOURCES_MAP_LOCATION_H +#define RESOURCES_MAP_LOCATION_H #include "resources/map/metatile.h" @@ -51,4 +51,4 @@ struct Location final MetaTile *tile; }; -#endif // RESOURCES_MAP_LOCATION +#endif // RESOURCES_MAP_LOCATION_H |