From 950cf865ba59b50f7ea0589b26391080d8974d25 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 1 Jun 2024 14:08:26 +0100 Subject: Reformat with new clang-format --- gfx/models/vertex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfx/models') diff --git a/gfx/models/vertex.h b/gfx/models/vertex.h index 3c6215f..5b858de 100644 --- a/gfx/models/vertex.h +++ b/gfx/models/vertex.h @@ -8,8 +8,8 @@ public: #ifndef __cpp_aggregate_paren_init constexpr Vertex( RelativePosition3D pos, TextureRelCoord texCoord, Normal3D normal, RGBA colour = {}, GLuint material = 0) : - pos {std::move(pos)}, - texCoord {std::move(texCoord)}, normal {std::move(normal)}, colour {std::move(colour)}, material {material} + pos {std::move(pos)}, texCoord {std::move(texCoord)}, normal {std::move(normal)}, colour {std::move(colour)}, + material {material} { } #endif -- cgit v1.2.3