From 41f48a16a9e4279eb7805f0ed725b0147305c6ba Mon Sep 17 00:00:00 2001
From: Tofu Linden <tofu.linden@lindenlab.com>
Date: Thu, 12 Nov 2009 15:02:08 +0000
Subject: [PATCH] newlineorama.

---
 indra/llui/lluictrlfactory.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indra/llui/lluictrlfactory.cpp b/indra/llui/lluictrlfactory.cpp
index 8ab015f2bb8..0d1c486a4b7 100644
--- a/indra/llui/lluictrlfactory.cpp
+++ b/indra/llui/lluictrlfactory.cpp
@@ -454,4 +454,5 @@ const std::string* LLUICtrlFactory::getWidgetTag(const std::type_info* widget_ty
 void LLUICtrlFactory::connect(LLView* parent, LLView* child)
 {
 	parent->addChild(child);
-}
\ No newline at end of file
+}
+
-- 
GitLab