Fix "no newline at end of file".

master
Monroe Linden 2010-09-22 17:14:41 -07:00
parent 66f6bfc8dd
commit b124d45b4e
1 changed files with 1 additions and 1 deletions

View File

@ -378,4 +378,4 @@ void LLHints::showHints(const LLSD& show)
{
bool visible = show.asBoolean();
gViewerWindow->getHintHolder()->setVisible(visible);
}
}