From 0419552c923d7088215cf711657d6223e1b8569a Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 10 Apr 2017 08:05:03 +0200 Subject: Clang format: fix LINT on old PR which doesn't have LINT enabled --- src/wieldmesh.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/wieldmesh.h') diff --git a/src/wieldmesh.h b/src/wieldmesh.h index 94edb1de6..dee18ca23 100644 --- a/src/wieldmesh.h +++ b/src/wieldmesh.h @@ -30,18 +30,15 @@ struct TileSpec; struct ItemMesh { - scene::IMesh* mesh; + scene::IMesh *mesh; /*! * Stores the color of each mesh buffer. * 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() - {} + ItemMesh() : mesh(NULL), buffer_colors() {} }; /* -- cgit v1.2.3