From b4106ca58f723a64bcaec619b7f5c686f5e4abb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Mon, 10 Apr 2017 09:17:53 +0200 Subject: Clang-format styles fixes since previous commit --- src/wieldmesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wieldmesh.h') 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> buffer_colors; + std::vector > buffer_colors; ItemMesh() : mesh(NULL), buffer_colors() {} }; -- cgit v1.2.3