summaryrefslogtreecommitdiff
path: root/indra/llmath/llquaternion.h
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2019-03-13 13:21:48 -0700
committerGraham Linden <graham@lindenlab.com>2019-03-13 13:21:48 -0700
commit898c9f44218353b3bf71b78ffce02662b4927625 (patch)
tree2793682ba7d69d34730a4aeced04100312a479a2 /indra/llmath/llquaternion.h
parent868cd32e5e229e503f1b5b1d5ec543fd6f76cb7f (diff)
Mods to make merge with viewer-release have less whitespace-only change and fix diffs between EEP and VR.
Diffstat (limited to 'indra/llmath/llquaternion.h')
-rw-r--r--indra/llmath/llquaternion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/llquaternion.h b/indra/llmath/llquaternion.h
index e2cdad548b..51ce163b4e 100644
--- a/indra/llmath/llquaternion.h
+++ b/indra/llmath/llquaternion.h
@@ -191,7 +191,6 @@ inline void LLQuaternion::setValue(const LLSD& sd)
mQ[3] = sd[3].asReal();
}
-
// checker
inline BOOL LLQuaternion::isFinite() const
{