From 705181a5b8720aaae7e4798e474210fef28d8312 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 19 Jun 2024 22:41:25 -0400 Subject: [PATCH] Whitespace fix --- indra/llprimitive/llmodel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/llprimitive/llmodel.h b/indra/llprimitive/llmodel.h index 3c828d11b7e..de60f830ae5 100644 --- a/indra/llprimitive/llmodel.h +++ b/indra/llprimitive/llmodel.h @@ -152,7 +152,7 @@ class LLModel final : public LLVolume LLModel::PhysicsMesh mPhysicsShapeMesh; }; - LLModel(const LLVolumeParams& params, F32 detail); + LLModel(const LLVolumeParams& params, F32 detail); ~LLModel(); bool loadModel(std::istream& is); @@ -376,7 +376,7 @@ class LLModelInstanceBase LLMatrix4 mTransform; material_map mMaterial; - LLModelInstanceBase(LLModel* model, const LLMatrix4& transform, const material_map& materials) + LLModelInstanceBase(LLModel* model, const LLMatrix4& transform, const material_map& materials) : mModel(model), mTransform(transform), mMaterial(materials) { } @@ -405,7 +405,7 @@ class LLModelInstance final : public LLModelInstanceBase LLUUID mMeshID; S32 mLocalMeshID; - LLModelInstance(LLModel* model, const std::string& label, const LLMatrix4& transform, const material_map& materials) + LLModelInstance(LLModel* model, const std::string& label, const LLMatrix4& transform, const material_map& materials) : LLModelInstanceBase(model, transform, materials), mLabel(label) { mLocalMeshID = -1; -- GitLab