diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-13 13:49:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-14 02:14:18 +0300 |
commit | 72938b640199d03d6092366224d3927d5d2a33b9 (patch) | |
tree | c7e57d69da40085ba835d2e22d1a3d59ab201fe5 /src/resources/map | |
parent | c4cef10f92a8ff3fc668e0644d38744dccd06392 (diff) | |
download | plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.gz plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.bz2 plus-72938b640199d03d6092366224d3927d5d2a33b9.tar.xz plus-72938b640199d03d6092366224d3927d5d2a33b9.zip |
Fix code style.
Diffstat (limited to 'src/resources/map')
-rw-r--r-- | src/resources/map/maptype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/maptype.h b/src/resources/map/maptype.h index 9894fe631..ccaf7c601 100644 --- a/src/resources/map/maptype.h +++ b/src/resources/map/maptype.h @@ -35,6 +35,6 @@ namespace MapType SPECIAL4 = 5, BLACKWHITE = 6 }; -} +} // namespace MapType #endif // RESOURCES_MAP_MAPTYPE_H |