From 3e60211e47a0b42e43b2d715e03446f80e1681cd Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Tue, 12 Jul 2016 17:33:07 +0300 Subject: line endings fix --- indra/newview/llfloaterimnearbychat.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llfloaterimnearbychat.cpp b/indra/newview/llfloaterimnearbychat.cpp index 08db68d44d..257b39a7dd 100644 --- a/indra/newview/llfloaterimnearbychat.cpp +++ b/indra/newview/llfloaterimnearbychat.cpp @@ -855,14 +855,14 @@ void send_chat_from_viewer(const std::string& utf8_out_text, EChatType type, S32 else { // Hack: ChatFromViewer doesn't allow negative channels - msg->newMessage("ScriptDialogReply"); - msg->nextBlock("AgentData"); - msg->addUUID("AgentID", gAgentID); - msg->addUUID("SessionID", gAgentSessionID); - msg->nextBlock("Data"); - msg->addUUID("ObjectID", gAgentID); - msg->addS32("ChatChannel", channel); - msg->addS32("ButtonIndex", 0); + msg->newMessage("ScriptDialogReply"); + msg->nextBlock("AgentData"); + msg->addUUID("AgentID", gAgentID); + msg->addUUID("SessionID", gAgentSessionID); + msg->nextBlock("Data"); + msg->addUUID("ObjectID", gAgentID); + msg->addS32("ChatChannel", channel); + msg->addS32("ButtonIndex", 0); msg->addString("ButtonLabel", utf8_out_text); } -- cgit v1.2.3