summaryrefslogtreecommitdiff
path: root/src/wieldmesh.h
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2017-04-10 09:17:53 +0200
committerLoïc Blot <loic.blot@unix-experience.fr>2017-04-10 09:17:53 +0200
commitb4106ca58f723a64bcaec619b7f5c686f5e4abb2 (patch)
tree5d6d63d24b1666d5e3fd5905f109985c70467581 /src/wieldmesh.h
parent0419552c923d7088215cf711657d6223e1b8569a (diff)
downloadminetest-b4106ca58f723a64bcaec619b7f5c686f5e4abb2.tar.gz
minetest-b4106ca58f723a64bcaec619b7f5c686f5e4abb2.tar.bz2
minetest-b4106ca58f723a64bcaec619b7f5c686f5e4abb2.zip
Clang-format styles fixes since previous commit
Diffstat (limited to 'src/wieldmesh.h')
-rw-r--r--src/wieldmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wieldmesh.h b/src/wieldmesh.h
index dee18ca23..d3946b4e0 100644
--- a/src/wieldmesh.h
+++ b/src/wieldmesh.h
@@ -36,7 +36,7 @@ struct ItemMesh
* If the boolean is true, the color is fixed, else
* palettes can modify it.
*/
- std::vector<std::pair<bool, video::SColor>> buffer_colors;
+ std::vector<std::pair<bool, video::SColor> > buffer_colors;
ItemMesh() : mesh(NULL), buffer_colors() {}
};