From e03bb0606a10f29c8b94909a713a5bb5c69e88b7 Mon Sep 17 00:00:00 2001 From: Kelly Washington Date: Thu, 21 Jun 2007 22:40:22 +0000 Subject: merge -r62831:64079 branches/maintenance to release --- indra/llmath/v3color.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llmath/v3color.cpp') diff --git a/indra/llmath/v3color.cpp b/indra/llmath/v3color.cpp index d85006fa9c..7d5769bffc 100644 --- a/indra/llmath/v3color.cpp +++ b/indra/llmath/v3color.cpp @@ -90,4 +90,4 @@ void LLColor3::calcHSL(F32* hue, F32* saturation, F32* luminance) const if (hue) *hue = H; if (saturation) *saturation = S; if (luminance) *luminance = L; -} \ No newline at end of file +} -- cgit v1.2.3