From d9d696de388ab7ce0626a18ce461ce7e84b86793 Mon Sep 17 00:00:00 2001
From: Xiaohong Bao <bao@lindenlab.com>
Date: Fri, 25 Oct 2013 11:48:59 -0600
Subject: trivial: convert to unix endings.

---
 indra/newview/llviewerregion.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index fdeb65e5a3..23660dd3ce 100755
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -1178,9 +1178,9 @@ F32 LLViewerRegion::createVisibleObjects(F32 max_time)
 		return max_time;
 	}	
 
-	//object projected area threshold
-	F32 pixel_meter_ratio = LLViewerCamera::getInstance()->getPixelMeterRatio();
-	F32 projection_threshold = pixel_meter_ratio > 0.f ? projection_area_cutoff / pixel_meter_ratio : 0.f;
+	//object projected area threshold
+	F32 pixel_meter_ratio = LLViewerCamera::getInstance()->getPixelMeterRatio();
+	F32 projection_threshold = pixel_meter_ratio > 0.f ? projection_area_cutoff / pixel_meter_ratio : 0.f;
 	projection_threshold *= projection_threshold;
 
 	S32 throttle = sNewObjectCreationThrottle;
@@ -1191,9 +1191,9 @@ F32 LLViewerRegion::createVisibleObjects(F32 max_time)
 	{
 		LLVOCacheEntry* vo_entry = *iter;		
 
-		if(vo_entry->getSceneContribution() < projection_threshold)
-		{
-			break;
+		if(vo_entry->getSceneContribution() < projection_threshold)
+		{
+			break;
 		}
 
 		if(vo_entry->getState() < LLVOCacheEntry::WAITING)
-- 
cgit v1.2.3