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/newview/gltf/buffer_util.h | |
parent | 8729c0d2c41d7acb2357a5ba9f3a713fe9bcc426 (diff) |
Fix whitespace pre-commit hook failures
Diffstat (limited to 'indra/newview/gltf/buffer_util.h')
-rw-r--r-- | indra/newview/gltf/buffer_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltf/buffer_util.h b/indra/newview/gltf/buffer_util.h index c1101818b7..40f9448aaf 100644 --- a/indra/newview/gltf/buffer_util.h +++ b/indra/newview/gltf/buffer_util.h @@ -845,7 +845,7 @@ namespace LL arr.resize(2); arr[0] = src.x; arr[1] = src.y; - + return true; } |