summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard <none@none>2010-02-18 13:58:57 -0800
committerrichard <none@none>2010-02-18 13:58:57 -0800
commit7ed47f72255ce9fe9ab5b3212aabf495c5554436 (patch)
treebd09ffea0cff1e288cc552fcc9328cbf4fb87903
parent9c2559924c21a9cdef1aa160bc0518c210e41333 (diff)
fixed line endings
-rw-r--r--indra/llui/llfloater.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 53296fc7a1..f3cd112b9a 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -2373,8 +2373,8 @@ void LLFloaterView::adjustToFitScreen(LLFloater* floater, BOOL allow_partial_out
new_width = llmax(new_width, min_width);
new_height = llmax(new_height, min_height);
- LLRect new_rect;
- new_rect.setLeftTopAndSize(view_rect.mLeft,view_rect.mTop,new_width, new_height);
+ LLRect new_rect;
+ new_rect.setLeftTopAndSize(view_rect.mLeft,view_rect.mTop,new_width, new_height);
floater->setShape(new_rect);