diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-01 16:49:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-01 16:49:00 +0300 |
commit | 331468dbfb8de05723c62149036cb8a51e769baf (patch) | |
tree | ac481eb2ef64dc718d134e2c8134919e49017943 /src/resources/map | |
parent | 69ed7e5ae640b0a2cd95d66b42b4c369fe522433 (diff) | |
download | plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.gz plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.bz2 plus-331468dbfb8de05723c62149036cb8a51e769baf.tar.xz plus-331468dbfb8de05723c62149036cb8a51e769baf.zip |
Fix code style.
Diffstat (limited to 'src/resources/map')
-rw-r--r-- | src/resources/map/map.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index b4495d11d..4a3d2ed9c 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -299,8 +299,10 @@ class Map final : public Properties, public ConfigListener const ObjectsLayer* getObjectsLayer() const restrict2 A_WARN_UNUSED { return mObjects; } - std::string getObjectData(const unsigned x, const unsigned y, - const int type) const restrict2 A_WARN_UNUSED; + std::string getObjectData(const unsigned x, + const unsigned y, + const int type) const + restrict2 A_WARN_UNUSED; void indexTilesets() restrict2; |