diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-09-22 17:14:41 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-09-22 17:14:41 -0700 |
commit | b124d45b4ef714acfe629af554768950dcdd5f2c (patch) | |
tree | 746aa092deb62c4fc1d1e5f9a73891e64ad97c84 | |
parent | 66f6bfc8dd09edd09f536d7a9fbf739074b82d22 (diff) |
Fix "no newline at end of file".
-rw-r--r-- | indra/newview/llhints.cpp | 2 |
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 +} |