From 7187698f32031bf0e3cdb198aa0caa188038b88e Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Tue, 19 Apr 2011 21:47:34 -0400
Subject: [PATCH] Add newline to final line of groupchatlistener.cpp. The Linux
 compiler isn't happy when source files don't end with newline.

---
 indra/newview/groupchatlistener.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/groupchatlistener.cpp b/indra/newview/groupchatlistener.cpp
index d9c705adf02..3758896b850 100644
--- a/indra/newview/groupchatlistener.cpp
+++ b/indra/newview/groupchatlistener.cpp
@@ -56,4 +56,4 @@ GroupChatListener::GroupChatListener():
 /*
 	static void sendMessage(const std::string& utf8_text, const LLUUID& im_session_id,
 								const LLUUID& other_participant_id, EInstantMessage dialog);
-*/
\ No newline at end of file
+*/
-- 
GitLab