summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorCG Linden <cg@lindenlab.com>2009-11-02 22:21:36 -0800
committerCG Linden <cg@lindenlab.com>2009-11-02 22:21:36 -0800
commitd3bb2931abefc817af38e1db56fdc93197d01d12 (patch)
tree12940202f37663474d860d02d4d29b247d24a62c /indra
parent0b1ed9af5f32c7869cdf05763e4d6d5730b66327 (diff)
Add missing eol at eof
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/lliconctrl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lliconctrl.cpp b/indra/llui/lliconctrl.cpp
index 82ffac9580..b1bd2b89a9 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
+}
+