summaryrefslogtreecommitdiff
path: root/indra/newview/llwlparamset.cpp
diff options
context:
space:
mode:
authorGraham Madarasz (Graham Linden) <graham@lindenlab.com>2013-03-12 08:45:10 -0700
committerGraham Madarasz (Graham Linden) <graham@lindenlab.com>2013-03-12 08:45:10 -0700
commit5a51a43f23f89b88e7f9b3e16d019a23196131f6 (patch)
tree4dc278941320abc34cb90630fc9aec0ef2797e2b /indra/newview/llwlparamset.cpp
parentd66aa0974abddbaa56be5d1535de4e09576324bc (diff)
Fix eol at eof on wl param files.
Diffstat (limited to 'indra/newview/llwlparamset.cpp')
-rw-r--r--indra/newview/llwlparamset.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llwlparamset.cpp b/indra/newview/llwlparamset.cpp
index 745cdae441..b307f19e8a 100644
--- a/indra/newview/llwlparamset.cpp
+++ b/indra/newview/llwlparamset.cpp
@@ -406,4 +406,5 @@ void LLWLParamSet::updateHashedNames()
{
mParamHashedNames.push_back(LLStaticHashedString(iter->first));
}
-} \ No newline at end of file
+}
+