summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-09-22 17:14:41 -0700
committerMonroe Linden <monroe@lindenlab.com>2010-09-22 17:14:41 -0700
commitb124d45b4ef714acfe629af554768950dcdd5f2c (patch)
tree746aa092deb62c4fc1d1e5f9a73891e64ad97c84 /indra/newview
parent66f6bfc8dd09edd09f536d7a9fbf739074b82d22 (diff)
Fix "no newline at end of file".
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llhints.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhints.cpp b/indra/newview/llhints.cpp
index a8274b3887..d837ed8205 100644
--- a/indra/newview/llhints.cpp
+++ b/indra/newview/llhints.cpp
@@ -378,4 +378,4 @@ void LLHints::showHints(const LLSD& show)
{
bool visible = show.asBoolean();
gViewerWindow->getHintHolder()->setVisible(visible);
-} \ No newline at end of file
+}