diff options
author | Richard Linden <none@none> | 2010-08-05 13:19:19 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-08-05 13:19:19 -0700 |
commit | d26e380a06b343bc46010922de46e9664831e3b4 (patch) | |
tree | 2cf60636c136d87d1ca09edda3ecc918242d6b28 /indra/llui/lluistring.cpp | |
parent | 9f220e46e5cc9350c64aeb81fc4d89c784f49b33 (diff) |
added newlines at end to make Linux builds happy
Diffstat (limited to 'indra/llui/lluistring.cpp')
-rw-r--r-- | indra/llui/lluistring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluistring.cpp b/indra/llui/lluistring.cpp index 385292e792..e343df0063 100644 --- a/indra/llui/lluistring.cpp +++ b/indra/llui/lluistring.cpp @@ -161,4 +161,4 @@ LLStringUtil::format_map_t& LLUIString::getArgs() mArgs = new LLStringUtil::format_map_t; } return *mArgs; -}
\ No newline at end of file +} |