diff options
author | Brad Linden <brad@lindenlab.com> | 2024-06-12 13:51:21 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-06-12 13:51:21 -0700 |
commit | 8444cd9562a6a7b755fcb075864e205122354192 (patch) | |
tree | e129794d3f4c29c92d6515cbdbe6898ee8aa558b /indra/llrender | |
parent | 8729c0d2c41d7acb2357a5ba9f3a713fe9bcc426 (diff) |
Fix whitespace pre-commit hook failures
Diffstat (limited to 'indra/llrender')
-rw-r--r-- | indra/llrender/llvertexbuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llrender/llvertexbuffer.h b/indra/llrender/llvertexbuffer.h index 66a7f2bf26..601096abf9 100644 --- a/indra/llrender/llvertexbuffer.h +++ b/indra/llrender/llvertexbuffer.h @@ -110,7 +110,7 @@ public: TYPE_WEIGHT, // "weight" TYPE_WEIGHT4, // "weight4" TYPE_CLOTHWEIGHT, // "clothing" - TYPE_JOINT, // "joint" + TYPE_JOINT, // "joint" TYPE_TEXTURE_INDEX, // "texture_index" TYPE_MAX, // TYPE_MAX is the size/boundary marker for attributes that go in the vertex buffer TYPE_INDEX, // TYPE_INDEX is beyond _MAX because it lives in a separate (index) buffer |