From d3bb2931abefc817af38e1db56fdc93197d01d12 Mon Sep 17 00:00:00 2001 From: CG Linden <cg@lindenlab.com> Date: Mon, 2 Nov 2009 22:21:36 -0800 Subject: [PATCH] Add missing eol at eof --- indra/llui/lliconctrl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indra/llui/lliconctrl.cpp b/indra/llui/lliconctrl.cpp index 82ffac9580f..b1bd2b89a95 100644 --- a/indra/llui/lliconctrl.cpp +++ b/indra/llui/lliconctrl.cpp @@ -123,4 +123,5 @@ void LLIconCtrl::setIconImageDrawSize() mImagep->getImage()->setKnownDrawSize(mDrawWidth, mDrawHeight) ; } } -} \ No newline at end of file +} + -- GitLab