summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-08-05 13:19:19 -0700
committerRichard Linden <none@none>2010-08-05 13:19:19 -0700
commitd26e380a06b343bc46010922de46e9664831e3b4 (patch)
tree2cf60636c136d87d1ca09edda3ecc918242d6b28 /indra
parent9f220e46e5cc9350c64aeb81fc4d89c784f49b33 (diff)
added newlines at end to make Linux builds happy
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/lluistring.cpp2
-rw-r--r--indra/llxuixml/llxuiparser.cpp2
2 files changed, 2 insertions, 2 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
+}
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
+}