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/llxuixml | |
parent | 9f220e46e5cc9350c64aeb81fc4d89c784f49b33 (diff) |
added newlines at end to make Linux builds happy
Diffstat (limited to 'indra/llxuixml')
-rw-r--r-- | indra/llxuixml/llxuiparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxuixml/llxuiparser.cpp b/indra/llxuixml/llxuiparser.cpp index 00128c978a..16571a9969 100644 --- a/indra/llxuixml/llxuiparser.cpp +++ b/indra/llxuixml/llxuiparser.cpp @@ -1366,4 +1366,4 @@ bool LLFastXUIParser::readSDValue(Parser& parser, void* val_ptr) LLFastXUIParser& self = static_cast<LLFastXUIParser&>(parser); *((LLSD*)val_ptr) = LLSD(self.mCurAttributeValueBegin); return true; -}
\ No newline at end of file +} |