diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-03-11 14:41:12 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-03-11 14:41:12 -0700 |
commit | 1f177d837c51c0b5751204ffbd39c5e1e7a51212 (patch) | |
tree | ffc32920c90b0293fc8afcf047149252d101d5ca /indra/llmath/llquaternion.h | |
parent | d67a3022d3a9432f279768371b27ea5322315905 (diff) |
fixup tabs
Diffstat (limited to 'indra/llmath/llquaternion.h')
-rw-r--r-- | indra/llmath/llquaternion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llquaternion.h b/indra/llmath/llquaternion.h index 609d75a095..aaa868352a 100644 --- a/indra/llmath/llquaternion.h +++ b/indra/llmath/llquaternion.h @@ -132,7 +132,7 @@ public: friend LLQuaternion operator~(const LLQuaternion &a); // Returns a* (Conjugate of a) bool operator==(const LLQuaternion &b) const; // Returns a == b bool operator!=(const LLQuaternion &b) const; // Returns a != b - F64 operator[](int idx) const { return mQ[idx]; } + F64 operator[](int idx) const { return mQ[idx]; } friend const LLQuaternion& operator*=(LLQuaternion &a, const LLQuaternion &b); // Returns a * b |