diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-05-04 07:52:31 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-05-04 07:52:31 +0200 |
commit | 9a9ae7d65c0112f3b3107547505553a07d7e20c3 (patch) | |
tree | 58132efad92821088c0e85ca70b438654f2c30e6 /src/remoteplayer.h | |
parent | dd591119a3945a35f5355bb1e68ee748d39f6f60 (diff) | |
download | minetest-9a9ae7d65c0112f3b3107547505553a07d7e20c3.tar.gz minetest-9a9ae7d65c0112f3b3107547505553a07d7e20c3.tar.bz2 minetest-9a9ae7d65c0112f3b3107547505553a07d7e20c3.zip |
LINT fix since cloud API merge
Diffstat (limited to 'src/remoteplayer.h')
-rw-r--r-- | src/remoteplayer.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h index 7d46205c5..ee0d625b6 100644 --- a/src/remoteplayer.h +++ b/src/remoteplayer.h @@ -107,10 +107,7 @@ public: m_cloud_params = cloud_params; } - const CloudParams &getCloudParams() const - { - return m_cloud_params; - } + const CloudParams &getCloudParams() const { return m_cloud_params; } bool checkModified() const { return m_dirty || inventory.checkModified(); } |