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:
parent
0419552c92
commit
b4106ca58f
4 changed files with 19 additions and 6 deletions
|
@ -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() {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue