From b124d45b4ef714acfe629af554768950dcdd5f2c Mon Sep 17 00:00:00 2001 From: Monroe Linden Date: Wed, 22 Sep 2010 17:14:41 -0700 Subject: Fix "no newline at end of file". --- indra/newview/llhints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- cgit v1.2.3