diff options
author | CG Linden <cg@lindenlab.com> | 2009-11-02 22:21:36 -0800 |
---|---|---|
committer | CG Linden <cg@lindenlab.com> | 2009-11-02 22:21:36 -0800 |
commit | d3bb2931abefc817af38e1db56fdc93197d01d12 (patch) | |
tree | 12940202f37663474d860d02d4d29b247d24a62c /indra | |
parent | 0b1ed9af5f32c7869cdf05763e4d6d5730b66327 (diff) |
Add missing eol at eof
Diffstat (limited to 'indra')
-rw-r--r-- | indra/llui/lliconctrl.cpp | 3 |
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 +} + |