1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Clang-format styles fixes since previous commit

This commit is contained in:
Loïc Blot 2017-04-10 09:17:53 +02:00
parent 0419552c92
commit b4106ca58f
4 changed files with 19 additions and 6 deletions

View file

@ -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() {}
};